Drupal 8 (letzte Version) zeigt immer diese Fehlermeldung, wenn ich Module aktualisieren möchte (zB mit Drush). Unabhängig davon sehe ich diese Meldungen ab und zu in Logs.
# drush ws :
Obwohl man in Views, Blocks und auch in Anzeigen es markiert hat, wird das View trotzdem oft dargestellt bzw. Header / Footer bleiben sichtbar.
Lösung:
Gleiches Feld in Filter auswählen (if not empty)
Mysql Group Concat & Order By Rand()
Current Url
$current_url = Url::fromRoute('<current>');
$path = $current_url->toString();
Current Url : Internal Path / Route Name
$current_url->toString(); # /en/user/login
$current_url->getInternalPath(); # user/login
$path = $current_url->getRouteName(); # <current>
Watch MySQL full-processlist every 0.5 seconds :
while : ; do mysql -u MY_USERNAME --password='MY_PASSWORD' -e "show full processlist"; sleep 0.5; done
Wir möchten gerne für Meetings und Webinare eine Software für 3-5 User anschaffen. Wir können uns nicht entscheiden, welche Software besser ist? Welche Videokonferenz-Software habt Ihr im Einsatz und würdet sie empfehlen? Wir tendieren eher in die Richtung Microsoft Teams.
Seit einigen Jahren arbeite ich am Computer nur noch mit zwei Bildschirmen. Es war am Anfang etwas gewöhnungsbedürftig, aber hat mir geholfen. Daher möchte ich gerne diese Erfahrung mit euch teilen.
Warum sollte ich mein Notebook / PC mit zwei Bildschirmen nutzen?
Replace HTTP with HTTPS (in all *.html files)
sed -i 's|http://sub.example.com|https://sub.example.com|g' *.html
find . -name "*.html" -exec sed -i 's|http://sub.example.com|https://sub.example.com|g' {} \;
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: