Server Error 500:
[fcgid:warn] [pid 2649] [client ...] mod_fcgid: read data timeout in 41 seconds, referer: https://.../admin/config/system/cron
Lösung?
Server Error 500:
[fcgid:warn] [pid 2649] [client ...] mod_fcgid: read data timeout in 41 seconds, referer: https://.../admin/config/system/cron
Lösung?
Composer überschreibt nach jedes Updates .htaccess-Datei und alle personalisierte Einstellungen gehen verloren. Was kann man dagegen tun?
Fehler:
Simple FB Connect could not be installed because Facebook SDK library was not found. Simple FB Connect must be installed using Composer. Please read the installation instructions from README.txt.
Lösung?
Fehlermeldung:
mod_fcgid: stderr: PHP Fatal error: Interface 'Facebook\\PersistentData\\PersistentDataInterface' not found in /home/site1/public_html/modules/contrib/simple_fb_connect/src/SimpleFbConnectPersistentDataHandler.php on line 19
Nach dem ich folgende Code ausgeführt habe:
composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader
Um Crobtab als Text-Datei zu speichern:
crontab -l > /path/to/mein-crontab.bak.txt
Um die Backup-Datei zu importieren:
crontab /path/to/mein-crontab.bak.txt
phpMyAdmin:
DELETE FROM key_value WHERE collection='system.schema' AND name='my_module_name'
<?php
$nodes = \Drupal::entityTypeManager()
->getStorage('node')
->loadByProperties(['title' => 'Title von Node, den ich suche']);
foreach ( $nodes as $node ) {
...
}...
Webserver - UmStatus von Apache zu sehen:
systemctl status apache2.service
In Allowed HTML-List muss man eintragen:
<p class="text-align-left text-align-center text-align-right text-align-justify">
Sonst Buttons (Rechtsbündig, Linksbündig, zentriert, Blocksatz) werden nicht angezeigt.
Website wird nicht geladen und man bekommt diesen Fehler:
|
INET_E_CONNECTION_TIMEOUT |
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