Drupal 8 - How To Create Parallax Effects
https://www.wdtutorials.com/drupal/theming/how-to-create-parallax-effects/
Drupal 8 - How To Create Parallax Effects
https://www.wdtutorials.com/drupal/theming/how-to-create-parallax-effects/
In config-Datei (settings.php)
soll dieser Eintrag das Problem erledigen:
$config['system.site']['name'] = 'Meine Webseite';
Composer installieren:
Drupal Module installieren(Ausführen in Site-Root Verzeichnis, zB /home/my_website/public_html):
1. Neues Hash generieren
$ php /home/mywebsite/www/core/scripts/password-hash.sh "NeuesKennwort1234"
password: NeuesKennwort1234 hash: $S$E.NIay.T2y4vBmcw7cKSGD6M1UDb9PHG5HUhUaN9.DDgqf76VaSp
2. Datenbank aktualisieren! Achtung: Die Tabelle ist nicht user sondern: users_field_data
UPDATE users_field_data SET pass='$S$E.NIay.T2y4vBmcw7cKSGD6M1UDb9PHG5HUhUaN9.DDgqf76VaSp' WHERE uid = 1;
Ein einfaches Drupal 8 Website ist extrem langsam. Manche Unterseiten und Admin Bereich lassen sich manchmal in bis zu 90 Sekunden laden.
ALTER TABLE node ENGINE=MyISAM;
Gibt es Nachteile von MyISAM für Drupal 8?
Ist InnoDB eine Art Voraussetzung?
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: