Fehler: Let's Encrypt-SSL/TLS-Zertifikat konnte nicht ausgestellt werden für h1234567.stratoserver.net.
Message:
EN: Attempting to re-run cron while it is already running.
DE: Versuche Cron erneut auszuführen, obwohl er bereits ausgeführt wird.
How fo fix it?
Was ist die Lösung?
Ich benutze Facebook sehr selten, nicht mal einmal im Jahr. Facebook schickt mir immer wieder solche E-Mails.
Subject: 507751 is your Facebook account recovery code
E-Mail Inhalt:
Hi Martin,We received a request to reset your Facebook password. Enter the following password reset code: 507751
Alternatively, you can directly change your password. Change Password
So kann man sicher sein , dass mehrere Archivdateien (*.tar.gz) gültig sind:
for d in /path/to/backup/*.tar.gz ; do (echo -e "\n$d\n\n" && gzip -t -v $d ); done
So kann man Cache von mehreren Websites mit Bash+Drush leeren:
for d in /home/*/public_html/ ; do (cd "$d" && echo -e "\n$d\n\n" && drush cr ); done
Drupal's Forward Module hat ein Nachteil: jedes Form hat eine numerische eindeutige ID, was unmöglich macht Formulare mit Captcha / Recaptcha zu schützen.
zB:
- forward-form-node-12345 (statt forward-form-node)
- forward-form-comment-12345 (statt forward-form-comment)
Deswegen ist ein Patch nötig.
Die Lösung
File:Line
modules\contrib\forward\src\Form\ForwardForm.php:187
So kann man CPU Info anzeigen lassen:
# cat /proc/cpuinfo
TypeError: Argument 2 passed to Symfony\Component\Routing\RouteCollection::add() must be an instance of Route, boolean given, called in RouteProvider.php on line 382
Drupal Update / Upgrade Error:
Mit "composer update --dry-run" Aktualisierungen erfassen und als E-Mail benachrichtigung an "admin/webmaster" schicken:
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