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.
Hello.
I have a multisite setup with several sites.
Each sites uses a different theme.
The multisites where created 2 years ago with drupal 8.5.3 or lower.
I have updated to drupal-8.7.12 but now to drupal-8.8.5 to add the composer functionality.
There are some sites that works but there are others that don't work.
Four of them have the same error, these 4 sites where working with the version drupal-8.7.12
Hi there, i am trying to upgrade Drupal via Composer from 8.7 to 8.8.5.
I've had several issues along the way and finally have been able to get the database upgrade to run. It stops half way through, having tried via drush and also /update.php
Trying to upgrade from 8.8.4 to 8.8.5 I get the following messages when updating via composer:
Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead.
Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead.
What is the significance? What am I supposed to do to get rid of this message?
I have migrated a site from 7.4.3 to 8.7.10. I see all contents are migrated. I can see the content on editor. However when I access the content from browser via /node/<node_id> or /<url alias> it does not work.
However the same works for new content. Is this a known issue? Any guidance or pointer would be helpful.
Excuse if this topic is already discussed & solved here - I was not able to find it...
I just upgraded my installation from 8.7.5 to 8.8.4 manually. I got an error message about deprecated configuration about /tmp. I uncommented "$settings['file_temp_path'] = '/tmp';" and changed the path to what php tells me (/home/.sites/136/site1497/tmp) what my temp path is. Now the error is gone. But the DB upgrade still does not work. It tells me that 17 updates are available but when I want to apply them I just get back to my site and nothing was changed.