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.
have been sitting before Christmas trying to figure out how to upgrade the page from D 8.9.11 to 9.1.0. but have not come any particular ways with project. have also tried me to follow "Upgrading from Drupal 8 to Drupal 9 (or higher)" without getting any way with it.
until now I have only used FTP for upgrading so that is why I ask what I am doing wrong with the commands to upgrade drupal
It seems my project has exceeded resources available from my service provider, Bluehost. I was upgrading my site from 8.9.5 to 8.9.11 but composer consistently runs out of memory. Even using COMPOSER_MEMORY_LIMIT=-1 fails to work. The site was created as drupal-composer/drupal-project but now I am hunting around trying to figure out the best way to upgrade it. I was tempted to un-tar the core tar file but hesitated because the architecture differs (the web sub-directory). Bluehost is unable or un-willing to provide me with enough memory to execute this upgrade. The upgrade went very
When checking status report, with SimpleTest core module in use (Drupal 8.9.11), the below is reported:
The testing framework requires the PHPUnit package. Please run 'composer install' to ensure it is present.
However, 'composer install' does nothing, nor there are matching recognizable 'phpunit' modules/projects, suitable for Drupal 8.*. How can the above be handled without disabling testing framework?
After clicking Continue @ /update.php, we receive:
Fatal error: Cannot redeclare uc_order_views_data() (previously declared in /home/user/public_html/sites/all/modules/ubercart/uc_order/views/uc_order.views.inc:13) in /home/user/public_html/sites/all/modules/contrib/ubercart/uc_order/views/uc_order.views.inc on line 708
I am no Drupal professional, so do not understand what to do in this case.