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
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:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf
Error: configure: error: no acceptable C compiler found in $PATH
Error: