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 29, 2022
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
Drupal-Debug-Hints.md
View page @
0de666de
...
@@ -14,6 +14,15 @@ $config["system.logging"]["error_level"] = "verbose";
...
@@ -14,6 +14,15 @@ $config["system.logging"]["error_level"] = "verbose";
Might have to ignore the readonly flag (with
`:w!`
).
Might have to ignore the readonly flag (with
`:w!`
).
# Manually deleting log messages
Sometimes the log page fails to load with a fatal error.
Delete the watchdog messages by hand:
```
drush watchdog:delete all
```
# Manually disabling a module
# Manually disabling a module
When doing manual migrations or upgrades, an error like the following can occur
When doing manual migrations or upgrades, an error like the following can occur
...
...