By editor, 26 November, 2020 Private Tempstore - Store data on Drupal 9 session Tags Drupal 8 Code Drupal 9 Cache This method allow to store data on drupal session using drupal session table (not php $_SESSION). Storage is different for each users ans each visitors if anonymous
By editor, 26 November, 2020 Redis and Php-Redis with drupal 9 on Linux Tags Drupal 8 Settings Drupal 9 Cache Install Redis sudo apt-get update && sudo apt-get upgrade sudo apt install redis-server sudo apt install php-redis Check sudo systemctl status redis-server redis-cli ping
By editor, 14 November, 2020 Wildcard let's encrypt certificate with virtualmin Tags Virtualmin Server SSL/TLS When you request a let's encrypt wildcard certificate with virtualmin you may have an error like this:
By editor, 8 November, 2020 Disable cache for specific page Tags Drupal 8 Code Drupal 9 Syntax: \Drupal::service('page_cache_kill_switch')->trigger(); Example on a controller:
By editor, 4 November, 2020 Install drush 10 Tags Drupal 9 Drush 10 Install via composer composer global require drush/drush:10.x