Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
habe Drupal 8.5.6 von meinen Hoster installiert.
Nun zeigt mir Drupal eine Aktualisierung auf 8.6.1 an.
Datei auf den Rechner Runtergeladen
"drupal-8.6.1.tar.gz"
Wenn ich die Aktualisierung durchführen lasse, kommt diese Fehlermeldung:
<Zitat:
Das automatische Aktualisieren des Drupal-Kernsystem wird nicht unterstützt. Weitere Informationen über das manuelle Aktualisieren von Drupal sind in der Durpal-Dokumentation im Abschnitt Drupal aktualisieren verfügbar.
I tried to find the answer but had no luck. I want to wrap text around an image. Could anyone please let me klnow how to do it? I amusing D 8. Currently, the image is inserted on the left but has no text on the right. Text comes underneath which looks ugly.
This is a strange one, but I need some help with this. We were developing a site using a self-assigned cert, everything was fine, we decided to get a Let's Encrypt cert as we were nearing our deadline.
I'm working on trying to allow users to hide their profile from other users or anonymous users. Unfortunately I haven't been able to find any way to do something like this. Would I need to develop my own module to do this? If so, what might I need to have to ensure I can make my module a success? I haven't built a module before, but I'm willing to give it a shot.
On a current Drupal 7 install, I have a Node Type with over 100+ fields on it and there are sometimes some slight performances issues when Saving a Node of that Type or even when modifying the Field settings for the Content Type in the Admin UI.
When moving it to Drupal 8, I am interested in a different approach to increase performance.
Would there be much of a Performance Increase by using a fieldable Custom Entity in place of a Node Type? I would think there would be the benefit of having it not be affected by the several Contrib modules that run node hooks.