Falls nötig:
apt-get install davfs2Remote Verzeichnis lokal einbinden
mount -t davfs https://cloud.example.com/remote.php/dav/files/myFiles/ my_local_dir/
Falls nötig:
apt-get install davfs2Remote Verzeichnis lokal einbinden
mount -t davfs https://cloud.example.com/remote.php/dav/files/myFiles/ my_local_dir/
Filename Sanitizer / Normalizer :
<?php
$str = "Text mit Ä Ö Ü ß é á ú î é ú í ó á ý ";
echo iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $str);
// Text mit A O U ss e a u i e u i o a y
?>
Create Taxonomy Term (in Vocabulary):
use Drupal\taxonomy\Entity\Term;
$new_term = Term::create([
'vid' => 'name_of_the_vocabulary',
'name' => 'name of the term',
]);
$new_term->enforceIsNew();
$new_term->save();
Laut Composer gibt es 8 Updates, darunter Drupal Core 9.3.14 :
1. Installieren : optipng / jpegoptim / cwebp
sudo apt-get install jpegoptim
sudo apt-get install optipng
sudo apt-get install imagemagick webp jpegoptim optipng
2. jpegoptim : mehrere Optimierungsmöglichkeiten
mail -s "Subject of my test e-mail" info@example.com <<< "Content of my test e-mail"oder
echo "Content of my test e-mail" | mail -s "Subject of my test e-mail" info@example.com
Eine Liste der aktuellen Kryptowährungen:
Was ist Web3?
Was ist Unterschied zwischen Web3 und Web2?
Was ist Unterschied zwischen Web2 und Web1 (oder Web0)?
Twitter Error 283
[code] => 283
[message] => This request looks like it might be automated. To protect our users from spam and other malicious activity, we can't complete this action right now. Please try again later.
Was ist die Lösung? Ich bekomme diese Fehlermeldung, wenn mein Twitter APP nach bestimmten Suchkriterien Tweets als "Favorit" markiert. Dabei achte ich sehr auf Rate-Limits usw.
Um Apache Solr zu installieren bzw. zu aktualisieren (Update/Upgrade) :
Neueste Kommentare
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:
Problem:PHP APCu caching…
Problem: