Wenn man Inhalt von Ordner_B(Ziel) mit Inhalt von Ordner_A(Quelle) überschreiben möchte:
rsync -a Quelle_mit_Ordner_und_Dateien/ Ziel_Ordner/
Wenn man Inhalt von Ordner_B(Ziel) mit Inhalt von Ordner_A(Quelle) überschreiben möchte:
rsync -a Quelle_mit_Ordner_und_Dateien/ Ziel_Ordner/
Mysql und Mysqld stoppen:
sudo /etc/init.d/mysql stop
sudo /etc/init.d/mysqld stop
Mysql_safe starten:
sudo mysqld_safe --skip-grant-tables & mysql -u root
Passwort aktualisieren:
Installation von Drupal mit Composer:
composer create-project drupal-composer/drupal-project:8.x-dev . --stability dev --no-interactionWo ist index.php?
Ich möchte Thunder installieren.
Laut Thunder.org:
composer create-project burdamagazinorg/thunder-project
Aber es gibt keine Drupal Dateien wie index.php usw.
Mein Twitter App ist gesperrt worden. Ohne nachvollziehbaren Grund... Ich bekomme so eine Meldung, wenn ich versuche App-Details zu aktualisieren.
User is not Authorized
Forbidden: Cannot perform action because app is suspended.
Twitter-Help-Forms bieten keine Option für "Suspended-Apps". Die Option für locked-account ist ebenfalls disabled für mich:
in .htaccess hinzufügen (ca. Zeile 165)
RewriteCond %{REQUEST_URI} !/meine-eigene-dateien/[^/]*\.php$Ein Überblick auf Module sieht so aus:
.
Wenn die Seite /admin/people aufgerufen wird, sieht man diese Fehlermeldung:
Drupal\Core\Extension\Exception\UnknownExtensionException: The module standard does not exist. in Drupal\Core\Extension\ExtensionList->get() (line 257 of /d8/public_html/core/lib/Drupal/Core/Extension/ExtensionList.php).
Woran liegt das?
Die Drupal Version ist 8.6.
Neue Konfigurationsdatei (.ini) erstellen: \etc\php\7.0\cgi\conf.d\meine_eigene.ini
memory_limit = 2G
upload_max_size = 2G
post_max_size = 2G
upload_max_filesize = 2G
max_execution_time = 300
max_input_time = 3600
max_file_uploads = 1000xdebug.max_nesting_level = 512
session.gc_maxlifetime = 86400
# service apache2 reload
SOLR-Installation Error:
unzip -q solr-7.4.0.zip
[solr-7.4.0.zip]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of solr-7.4.0.zip or
solr-7.4.0.zip.zip, and cannot find solr-7.4.0.zip.ZIP, period.
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: