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 just updated from 8.05 to 8.10, but when I run update.php, the Verify Requirements tab responds with
Unresolved dependency System (Version <8.1 required)
Drupal Upgrade requires this module and version. Currently using System version 8.1.0
Well of course I am using 8.1, because I just installed those files, why is it saying I need an older version?
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /update.php/start?id=88&op=do_nojs&op=do
StatusText: Internal Server Error
ResponseText:
I'm in week 9 of trying to get a Drupal 6 site upgraded to Drupal 8. After lots of frustration (I'm kind of thinking that even though the site is several hundred pages, it would be easier and faster to start entering data manually - and I know it would be easier to just build a site from scratch the the proper tools to manage the content that needs to be managed, but the client has a requirement to use Drupal), I have finally gotten it to a point where it appears that the drush migrate-upgrade script will run.
I've searched and there are many topics about upgrading modules, etc. with composer and that works for me. However the posts I've found on updating core with composer are outdated with a composer.json file that does not match what you get with 8.0.5 and/or include a bunch of post script processing.