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.
I tried updating my Drupal 8.3.7 to 8.5.1 unsuccessfully so I reluctantly decided to just install a clean instance of Drupal 8.5.1 and copy/paste my content from my old site to my new. I notice that the views I created in 8.3.7 had this option:
REST EXPORT SETTINGS Provide a REST export
and my 8.5.1 instance no longer has this option. In the previous version I was able to set up a path, like "/api/alerts"
Please consider me a newbie, but I've been working through installation of composer and drush to permit an update to Drupal 8.5.1 today. I worked through all the normal operations and followed tips and tricks found in tutorials and support tickets all over this wonderful forum. Presently, I'm FREAKING OUT because while the composer update appeared to work just fine, when I go to the website I only get:
I have a palantirnet/drupal-skeleton composer.json created D8 site. What I did to update are:
Run `composer remove drupal/core` so that no dependency issues would cause errors
Run `composer require drupal/core:^8.3`
On an Acquia Dev Desktop setup of the site everything looks good but when I used the Docker php:5.6-apache + drush/drush image, I'm getting an somewhat serious warning when running Drush commands like st, updb, cim and cex. Here are the messages:
I am trying to get the entity updates to run after updating to 8.5.1 I have the following on the status page:
Mismatched entity and/or field definitions
The following changes were detected in the entity type and field definitions.
Content moderation state
The Content entity type ID field needs to be updated.
File
The URL alias field needs to be installed.
When I try to run entity updates I get the following error: