$config_directories & trusted_host_patterns Problem
Eingetragen von gil (124)
am 05.11.2017 - 17:58 Uhr in
am 05.11.2017 - 17:58 Uhr in
Hallo, benutze gerade 'Acquia Dev Desktop 2' um eine lokale installierte Drupal 8 Version zu gestalten. Leider habe ich bis jetzt 2 hartnäckige Probleme im Statusbericht anbei hier folgend aufgeführt:
Fehler gefunden
Konfigurationsverzeichnisse
Nicht vorhanden
Your sites/meine-seite.dd/settings.php file must define the $config_directories variable as an array containing the names of directories in which configuration files can be found. It must contain a sync key.
Trusted Host Settings
Nicht aktiviert
The trusted_host_patterns setting is not configured in settings.php. This can lead to security vulnerabilities. It is highly recommended that you configure this. See Protecting against HTTP HOST Header attacks for more information.
Dazu habe ich in der settings.php ganz am Ende schon einiges ohne Erfolg versucht. Anbei auch diesen Codes Schnippel:
//$config_directories[CONFIG_SYNC_DIRECTORY] = 'sites/default/files/config_acqTmp-2017-11-02T19.12.55-3526/sync';
//$config_directories = array('sites/default/files/config_acqTmp-2017-11-02T19\.12\.55-3526/sync');
$config_directories['sync'] = 'sites/default/files/config_acqTmp-2017-11-02T19.12.55-3526/sync';
$settings['trusted_host_patterns'] = array('^localhost$', '^meine-seite\.dd$');
//$settings['trusted_host_patterns'][] = '^localhost$';
Wie kann ich diese Fehler bereinigen, so das es auch mit dem Datenbankupdate funzt?
- Anmelden oder Registrieren um Kommentare zu schreiben
Habe es herausgefunden, zu
am 06.11.2017 - 19:33 Uhr
Habe es herausgefunden, zu simpel.
die settings.php (Verknüpfung von Acquia) war schreibgeschützt.
Nun arbeite ich an der Warnung:
Limited date range
Your PHP installation has a limited date range.
You are running on a system where PHP is compiled or limited to using 32-bit integers. This will limit the range of dates and timestamps to the years 1901-2038. Read about the limitations of 32-bit PHP.