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
Oct 25, 2023
by
Tom Wiesing
Show whitespace changes
Inline
Side-by-side
Drupal-Debug-Hints.md
View page @
39a25ff3
...
...
@@ -168,3 +168,10 @@ Source: https://stackoverflow.com/a/25975930
```
sed -n '/^-- Current Database: `dbname`/,/^-- Current Database: `/p' alldatabases.sql > output.sql
```
# Clearing all caches (including opcache)
```
drush cr
drush php:eval 'opcache_reset();'
```
\ No newline at end of file