Drupal Problem:
Attempting to re-run cron while it is already running.
Lösung:
DELETE FROM semaphore WHERE name='cron';
Drupal Problem:
Attempting to re-run cron while it is already running.
Lösung:
DELETE FROM semaphore WHERE name='cron';
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.
Neueste Kommentare
Try 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:
Hilft "cp -avf old new && rm…
Hilft "
cp -avf old new && rm -rvf old"nicht?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: