Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Changes
Page history
Update Drupal Debug Hints
authored
Mar 14, 2022
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
Drupal-Debug-Hints.md
View page @
821c2717
...
@@ -26,7 +26,7 @@ configuration, but they are missing:
...
@@ -26,7 +26,7 @@ configuration, but they are missing:
To fix this, either re-install the module (using composer and friends) or run this code to disable it:
To fix this, either re-install the module (using composer and friends) or run this code to disable it:
```
php
```
php
drush
eval
"
\$
modname='id-of-module';
\$
module_data = \Drupal::config('core.extension')->get('module'); unset(
\$
module_data[
$modname
]); \Drupal::configFactory()->getEditable('core.extension')->set('module',
\$
module_data)->save();"
drush
eval
"
\$
modname='id-of-module';
\$
module_data = \Drupal::config('core.extension')->get('module'); unset(
\$
module_data[
\
$
modname]); \Drupal::configFactory()->getEditable('core.extension')->set('module',
\$
module_data)->save();"
```
```
# Factory SSH Forwarding
# Factory SSH Forwarding
...
...