[gelöst]Fehler nach Update auf Drupal 8.7.1
am 10.05.2019 - 17:14 Uhr in
Ich erhalte die folgenden Fehlermeldungen wenn ich versuche Upzudaten
Error: Call to undefined method Drupal\Core\Entity\EntityDefinitionUpdateManager::updateFieldableEntityType() in menu_link_content_post_update_make_menu_link_content_revisionable() (Zeile 100 in /var/www/vhosts/saarland.today/test.saarland.today/core/modules/menu_link_content/menu_link_content.post_update.php) #0 /var/www/vhosts/saarland.today/test.saarland.today/core/includes/update.inc(246): menu_link_content_post_update_make_menu_link_content_revisionable(Array) #1 /var/www/vhosts/saarland.today/test.saarland.today/core/includes/batch.inc(294): update_invoke_post_update('menu_link_conte...', Array) #2 /var/www/vhosts/saarland.today/test.saarland.today/core/includes/batch.inc(137): _batch_process() #3 /var/www/vhosts/saarland.today/test.saarland.today/core/includes/batch.inc(93): _batch_do() #4 /var/www/vhosts/saarland.today/test.saarland.today/core/modules/system/src/Controller/DbUpdateController.php(186): _batch_page(Object(Symfony\Component\HttpFoundation\Request)) #5 [internal function]: Drupal\system\Controller\DbUpdateController->handle('start', Object(Symfony\Component\HttpFoundation\Request)) #6 /var/www/vhosts/saarland.today/test.saarland.today/core/lib/Drupal/Core/Update/UpdateKernel.php(115): call_user_func_array(Array, Array) #7 /var/www/vhosts/saarland.today/test.saarland.today/core/lib/Drupal/Core/Update/UpdateKernel.php(76): Drupal\Core\Update\UpdateKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request)) #8 /var/www/vhosts/saarland.today/test.saarland.today/update.php(28): Drupal\Core\Update\UpdateKernel->handle(Object(Symfony\Component\HttpFoundation\Request)) #9 {main}.
- Anmelden oder Registrieren um Kommentare zu schreiben
Ich habe heute zehn
am 10.05.2019 - 19:13 Uhr
Ich habe heute zehn Installationen von D8.6.x auf D8.7.1 umgestellt und hatte in keinem Fall diese Meldung. Wie genau hast Du den Update durchgeführt?
.
Werner
drupal-training.de
Moderator und Drupal Trainer
* - - - - - - - - - - - - - - - - - - - - - - - - - - - *
Zuerst das httpdocs
am 10.05.2019 - 20:07 Uhr
Zuerst das httpdocs Verzeichnis und die Datenbank gesichert.
Dann die Dateien der Drupalversion 8.7.1 entpackt und ins Verzeichnis kopiert.
Danach update.php aufgerufen
To be, or not to be, that is the question
Hast Du shell-Zugang zum
am 10.05.2019 - 22:45 Uhr
Hast Du shell-Zugang zum Server und und drush auf dem Server installiert? Dann kannst den Update über drush versuchen (drush updb). Ich bekomme dann die Meldung:
> [notice] Update started: menu_link_content_post_update_make_menu_link_content_revisionable
> [notice] Custom menu links have been converted to be revisionable.
> [notice] Update completed: menu_link_content_post_update_make_menu_link_content_revisionable
Der Update Process scheint allerdings ein bißchen PHP-Memory zu benötigen.
.
Werner
drupal-training.de
Moderator und Drupal Trainer
* - - - - - - - - - - - - - - - - - - - - - - - - - - - *
Hab ich jetzt mal gemacht ich
am 11.05.2019 - 04:39 Uhr
Hab ich jetzt mal gemacht
ich erhalte im Backend unter Statusbericht nun folgende Fehlermeldungen
Nicht übereinstimmende Entitäts- und/oder Felddefinitionen.
Folgende Änderungen an den Entitätstypen und Felddefinitionen wurden festgestellt:
Kommentar
Das Feld Benutzer-ID muss aktualisiert werden.
Media
Das Feld Geschrieben von muss aktualisiert werden.
wenn ich danach nochmals drush updb eingebe erhalte ich die Meldung
no pending updates
Ich habe jetzt mal in meiner Testversion (gleiche Dateien, gleiche Datenbank) drush updb durchgeführt
> [notice] Update started: menu_link_content_post_update_make_menu_link_content_revisionable
> [error] The entity update process failed while processing the entity type menu_link_content, ID: 1.
> [error] Update failed: menu_link_content_post_update_make_menu_link_content_revisionable
[error] Update aborted by: menu_link_content_post_update_make_menu_link_content_revisionable
[error] Finished performing updates.
das ist das Ergebnis.
Ich weiß mir einfach keinen Rat mehr.
Es kann doch nicht angehen das ein Update solche Probleme verursacht :(
Wenn ich das im Livesystem machen würde.
To be, or not to be, that is the question