Drupal
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):
Problem:
Error: Class "Doctrine\Common\Annotations\AnnotationRegistry" not found in Drupal\rules\Context\AttributeDiscoveryWithAnnotations->getDefinitions() (line 77 of /var/mywww/modules/contrib/rules/src/Context/AttributeDiscoveryWithAnnotations.php).
This solution works for me:
After "#composer update" (Drupal 10.5) there is a problem:
Problem:
Warning: Undefined array key "url" in Drupal\Core\Asset\CssCollectionOptimizerLazy->optimizeGroup() on line 156 ...Referrer: mysite.example/sites/default/files/css/css_...css?delta=0&include=...&language=de&theme=mytheme
Solution?
- Step 1: Create a custom module
- Step 2: Controller & routing
Drupal/modules/custom/my_custom_module/src/Controller/MyCustomController2CreateMedia.php :
I have created this file
web/modules/contrib/search_api_solr/src/Plugin/search_api/data_type/MyCustomTextDataType.php:
Seitennummerierung
- Seite 1
- Nächste Seite
Neueste Kommentare
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-devphpize
# sudo apt install…
phpize
# sudo apt install php-devdetails
Problem:
/opt/plesk/php/8.3…
Problem: