4 Wege um Drupal Cache zu löschen / leeren? Di, 09/12/2023 - 01:42 Das Leeren des Caches in Drupal kann auf verschiedene Weisen durchgeführt werden. Weiterlesen über 4 Wege um Drupal Cache zu löschen / leeren?1 KommentarNeuen Kommentar schreiben
drush cr (clear cache) - all websites So, 06/21/2020 - 00:09 So kann man Cache von mehreren Websites mit Bash+Drush leeren: for d in /home/*/public_html/ ; do (cd "$d" && echo -e "\n$d\n\n" && drush cr ); done Weiterlesen über drush cr (clear cache) - all websitesNeuen Kommentar schreiben
Neueste Kommentare
Same problem
Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup()set-timezone Europe/Berlin
sudo timedatectl set-timezone Europe/BerlinTry this:1. Go to Tools &…
Try this:
Alternative (without warnings like "no crontab for user")
Alternative (without warnings like "no crontab for dovecot") to see all tasks:
php 8.3 apcu
php 8.3 apcu failed
über Plesk hat es geklappt.
phpize failed error?
install:
# sudo apt install php-devphpize
# sudo apt install…
phpize
# sudo apt install php-devdetails
Problem:
/opt/plesk/php/8.3…
Problem:
Problem:PHP APCu caching…
Problem:
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"nicht?