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.
The first problem seems to be that some parameters in the $Server array had been renamed with the REDIRECTION_ prefix ...
Although this might not come directly from drupal itself but rather from one of the required upgrades related the passing to 9.1.2 ... most likely apache.
So i changed the parameters in the custom modules and everything seemed to work.
1.First, let's create a server that can support the runnig of Drupal 9 and composer with the extentions listed below:
php
maria DB
drush
git
composer
2.Clone both files and DB of the current Drupal 8 site
3.Upgrade Core, Modules & Theme
4.Upgrade site to Drupal 9 using composer, by runing the code below in cli:
My server provider set's their servers up using Plesk. There is no plans on upgrading CentOS Linux to a version that has Apache greater than what I have now which is 2.4.6. I know Apache still supports 2.4.6 and keeps updating it. Is there any way I can still do the upgrade to 9 and still keep my 2.4.6? Plesk license doesn't allow for people to do upgrades of the underlying software themselves. All the updates have to go through the Plesk upgrade system.
I need to know what else I can do and pass it on to the server people to see what is going to be allowed.