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
Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Drupal 10.4, in a custom View
Drupal 10.4:
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf