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 am developing a new CMS in Drupal 8. I have updated to 8.7.0 alpha 2 because I needed the taxonomy terms to be revisionable.
I have followed the step by step procedure to update manually the site. I have ran the script to update the datatable and create the revision tables for my taxonomy instance with all required fields. However, each time I save a taxonomy term it does not increment the revision and I don't see where in the interface to activate a new revision each time there is a change.
I finally installed Composer on my local PC, and in the local Drupal 7.64 directory, I'm trying to update the following, which all need Composer to update; Link 7.x-1.6, Views 7.x-3.21, and Panels 7.x-3.9.
On my first update attempt, at the Composer prompt, I typed c:\drupal-7.64>composer require 'drupal/link:^1.6' and pressed Enter. I received the following message;
[UnexpectedValueException]
Could not parse version constraint 1.6': Invalid version string "1.6'"
I have recently updated a site to Drupal 7.65, following the instructions to use Drush. Unfortunately, this seems to have obliterated the display of any themes or CSS:
I passed a site from d7 to d8
I wanted to know if I can delete tables db migrate map d7 and migrate messages d7
they are more than a hundred
I can delete db tables migrate map d7 and migrate d7 messages of types of content that no longer exist on d8?