Direkt zum Inhalt
Startseite

Main navigation

  • Startseite
  • Neue Frage stellen!
User account menu
  • Anmelden
By Gast (nicht überprüft), 25 Juli, 2022

Diese Karte kann in Google Maps nicht angezeigt werden, da sie zu viele Ebenen enthält.

Problem:

Ich habe eine Karte erstellt mit mehreren Ebenen (ca. 10) und bekomme so eine Meldung :

Diese Karte kann in Google Maps nicht angezeigt werden, da sie zu viele Ebenen enthält.

Was ist die Lösung ?

By Gast (nicht überprüft), 21 Juli, 2022

Drupal 9 - Path Alias - Alle duplikate/mehrfache URLs löschen

Delete all duplicate URL Aliases ( langcode-path-alias ) :

By Gast (nicht überprüft), 8 Juli, 2022

Notice: Trying to access array offset on value of type null in Drupal\views\Plugin\views\display\EntityReference->query() (Zeile 195 in ... EntityReference.php)

Das Problem (Logs überfüllt mit):

Notice: Trying to access array offset on value of type null in Drupal\views\Plugin\views\display\EntityReference->query() (Zeile 195 in /var/www/web/core/modules/views/src/Plugin/views/display/EntityReference.php)

 

 

core\modules\views\src\Plugin\views\display\EntityReference.php (Line 156):



    // $options = $this->getOption('entity_reference_options');
      $options = $this->getOption('entity_reference_options') ?? [];

 

By Gast (nicht überprüft), 6 Juli, 2022

Formulare: alle Text Felder mit Test / Demo Daten füllen (mit JQuery)

JQuery (Developer Toolbar >> Console) :

$("input[type=text][required]").val('TEST');
$("input[type=email][required]").val('test@example.com');
$("input[type=text][name*='mail']").val('test@example.com');

 

By Gast (nicht überprüft), 20 Juni, 2022

2FA und App-Passwort für die SMTP-Authentifizierung (zB Drupal und Gmail )

Lösung

Aktivieren Sie 2FA in Ihrem E-Mail-Konto und verwenden Sie das App-Passwort statt E-Mail-Passwort für die SMTP-Authentifizierung.

 

By Gast (nicht überprüft), 20 Juni, 2022

Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?

Seit Jahren verschickt unsere Website Emails via Drupal + SMTP + Gmail. Die Authentifizierung hat immer über MeineEmail@gmail.com und Passwort wunderbar funktioniert. 

Seit zwei Wochen gibt es aber nur noch diese Fehlermeldung : 

Fehler beim E-Mail-Versand 
SMTP Error: Could not authenticate.

Unser Passwort funktioniert und über Firefox, Chrome usw können wir uns auf Gmail ganz normal anmelden.

Was ist das Problem und wie ist die Lösung ? 

 

 

By Gast (nicht überprüft), 7 Juni, 2022

WebDav : Remote Laufwerk einbinden

Falls nötig:

apt-get install davfs2

Remote Verzeichnis lokal einbinden

mount -t davfs https://cloud.example.com/remote.php/dav/files/myFiles/ my_local_dir/

 

By Gast (nicht überprüft), 7 Juni, 2022

Convert non-ASCII (german, french ...) to ASCII (english) with PHP (iconv)

Filename Sanitizer / Normalizer : 

<?php

$str = "Text mit Ä Ö Ü ß é á ú î é ú í ó á ý ";
echo iconv('UTF-8', 'ASCII//TRANSLIT//IGNORE', $str);

// Text mit A O U ss e a u i e u i o a y 

?>

 

By Gast (nicht überprüft), 7 Juni, 2022

Taxonomy Term : create programmatically (Drupal)

Create Taxonomy Term (in Vocabulary): 

use Drupal\taxonomy\Entity\Term;

$new_term = Term::create([
  'vid' => 'name_of_the_vocabulary',
  'name' => 'name of the term',
]);

$new_term->enforceIsNew();
$new_term->save();

 

By Gast (nicht überprüft), 25 Mai, 2022

Drupal 9.3.14, gibt es diese Version wirklich ? Composer : JA, Drupal.org: NEIN !

Laut Composer gibt es 8 Updates, darunter Drupal Core 9.3.14 :

 

 0 installs, 8 updates, 0 removals
  - Upgrading doctrine/cache (1.12.1 => 1.13.0)
  - Upgrading drupal/core (9.3.13 => 9.3.14)
  - Upgrading drupal/core-composer-scaffold (9.3.13 => 9.3.14)
  - Upgrading drupal/core-project-message (9.3.13 => 9.3.14)
  - Upgrading drupal/core-recommended (9.3.13 => 9.3.14)
  - Upgrading drupal/embed (1.4.0 => 1.5.0)
  - Upgrading guzzlehttp/guzzle (6.5.5 => 6.5.6)
  - Upgrading maennchen/zipstream-php (2.1.0 => 2.2.1)

 

Seitennummerierung

  • First page
  • Vorherige Seite
  • Page 1
  • Page 2
  • Aktuelle Seite 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • …
  • Nächste Seite
  • Last page

Neueste Kommentare

  • Die Lösung ist:

    # export…

    1 Monat 3 Wochen ago
    Composer plugins have been disabled for safety in this non-interactive session. Set COMPOSER_ALLOW_SUPERUSER=1 if you want to allow plugins to run as root/super user.
    Read more
  • IT ist Grundlage der EDV

    3 Wochen 5 Tage ago
    Gibts Unterschied zwischen EDV und IT?
    Read more
  • Bluetooth erkennt Gerät (Hörgeräte) nicht

    3 Wochen 5 Tage ago
    Bestes Computer Forum mit oder ohne Registrierung
    Read more
  • DB Export als .zip …

    7 Monate ago
    Mysqldump - Backup Database to .gz with Date / TimeStamp
    Read more
  • Notice: Undefined index: limit in Drupal\views\Plugin\views\disp

    8 Monate 1 Woche ago
    Notice: Trying to access array offset on value of type null in Drupal\views\Plugin\views\display\EntityReference->query() (Zeile 195 in ... EntityReference.php)
    Read more
  • Scaner auf Laptop einrichten

    9 Monate 1 Woche ago
    Computer Forum ohne Anmeldung
    Read more
  • Cronjobs

    9 Monate 3 Wochen ago
    rsynch & ssh : Upload (Files & Directories) to Remote Server
    Read more
  • Remote Upload & Sync …

    9 Monate 3 Wochen ago
    rsynch & ssh : Upload (Files & Directories) to Remote Server
    Read more
  •   rsync + Password

    9 Monate 3 Wochen ago
    rsynch & ssh : Upload (Files & Directories) to Remote Server
    Read more
  • Web3 ist Dezentrales…

    1 Jahr 2 Monate ago
    Was ist Web3?
    Read more
Die E-Mail Adresse, die den Newsletter erhalten soll.
You are already subscribed
Manage existing

Tools

  • Cookie settings
  • Inhalt hinzufügen
  • Neuester Inhalt
RSS feed

Fußbereich

  • Allgemeine Geschäftsbedingungen - Datenschutz - Impressum