I have prepared my Drupal 10 website (with upgrade_status) for the upgrade to Drupal 11.
Is this a good solution?:
I have prepared my Drupal 10 website (with upgrade_status) for the upgrade to Drupal 11.
Is this a good solution?:
Drupal hat für den 20. Mai 2026 (ab 17:00 Uhr, UTC) ein sehr wichtiges Sicherheitsupdate für den Drupal Core angekündigt. Die Einstufung lautet „Highly critical 20/25“ also 80%.
Unter bestimmten Bedingungen kann die Schwachstelle schwerwiegende Folgen haben. Noch sind nicht alle Details bekannt. Drupal veröffentlicht diese bewusst erst mit dem eigentlichen Update, damit Angreifer keinen Vorsprung bekommen.
Wichtig: Nicht jede Drupal-Website/Konfiguration ist automatisch betroffen. Trotzdem lieber vorbereitet sein...
Problem:
100.000 unpublished Spam Comments.
Solution
Block IP - Insert rule at the beginning (not append):
iptables -I INPUT 1 -s 11.22.33.44/24 -j DROP
Transaction isolation level
REPEATABLE-READ
The recommended level for Drupal is "READ COMMITTED". See the setting MySQL transaction isolation level page for more information.
Solution?
SameSite cookie attribute
Not set
This attribute should be explicitly set to Lax, Strict or None. If set to None then the request must be made via HTTPS. See PHP documentation
Solution?
Status Details (Warnings found):
Neueste Kommentare
Für Apache 2.4 + Plesk
Für Apache 2.4 + Plesk 18:
Config File: var/www/vhosts/system/test.example.com/conf/httpd.conf
RAM ist 32 MB. Wie kann ich…
RAM ist 32 MB. Wie kann ich es erhöhen?
Short Code w. Radio Buttons, Checkbox, Textarea, Email, Phone
$("input[type='radio']").each(function () {Wildcard
Let’s Encrypt will only accept a wildcard via DNS challenge.
If your Plesk instance can’t create the _acme-challenge.example.com TXT (external DNS), the extension can’t complete validation and will show no success.
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-dev