Fehler:
Error: Maximum function nesting level of '256' reached, aborting! in html_entity_decode() (line 386 of /home/512/web/core/lib/Drupal/Component/Utility/Html.php)
Lösung (php.ini):
xdebug.max_nesting_level = 1024
Error: Maximum function nesting level of '256' reached, aborting! in html_entity_decode() (line 386 of /home/512/web/core/lib/Drupal/Component/Utility/Html.php)
xdebug.max_nesting_level = 1024
Wenn man DB-Backup wiederherstellen möchte:
drush sql:cli < my-db-backup.sql
drush sql:dump | gzip -c > ../db-$(date +%Y-%m-%d-%H%M).sql.gz
Wenn man alle Datenbanken sichern möchte (mit Datum in Dateiname), Befehl könnte so aussehen:
mysqldump -u myusername -p --all-databases | gzip -c > all-dbs-$(date +%Y-%m-%d-%H%M).sql.gz
Nur ein Datenbank:
mysqldump -u myusername -p myDbName | gzip -c > mydbname-$(date +%Y-%m-%d-%H%M).sql.gz
for d in ./*/ ; do (cd "$d" && my_linux_command); done
Wie ich alle Datenbanken exportiere und mit GZIP komprimiere:
mysqldump -u myusername -p --all-databases | gzip -c > all-dbs-$(date +%Y-%m-%d-%H%M).sql.gz
Wie ich aktuell mit Composer und Drush 10 eine Drupal 8 Webseite update:
composer update && drush updb -y && drush cr
Werde ich dadurch mit der Zeit ein Problem bekommen?
Da ich seit relativ kurzer Zeit mit Drupal 8 arbeite, möchte ich eine optimale Eintwicklungsumgebung aufbauen. Auf Vorschläge würde ich mich sehr freuen.
Was alles ich bisher gemacht habe, möchte ich zusammenfassen.
Installation und Konfiguration:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Lösung ist (.htaccess)
RewriteBase /
curl -sS https://getcomposer.org/installer | /usr/bin/php7.1-cli
/usr/bin/php7.1-cli composer.phar
/usr/bin/php7.1-cli composer.phar selfupdate
Neueste Kommentare
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Create Sub-Directories with WGET
wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject
Ignore Binaries, JS, CSS etc
wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject
Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
# sysbench --threads="$(nproc)" cpu run
AMD Ryzen 7 PRO 3700 8-Core Processor
# sysbench --threads="$(nproc)" cpu run
Reload .bashrc without logging out
Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.
Welche Alternative gibt es?
Composer + PHP 8.3
ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php
composer.json
In composer.json, update:
Empty Flood Table
drush sqlq "DELETE FROM flood"
Gmail Apps (SMTP Login):…
Gmail Apps (SMTP Login):
https://security.google.com/settings/security/apppasswords