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 have been working with Drupal for a few months, but I am just beginning to get familiar with composer on my localhost. I have completed an install.
When I proceed to my-project/web/core/install.php I receive the message, 'Your PHP installation is too old. Drupal requires at least PHP 7.3.0. See the system requirements page for more information.'
When I check the php version on my machine, I find:
I’m having a problem installing new modules after manually upgrading my site to 8.9. I’m getting Access Denied errors even though I am logged in as admin (and have all permissions).
Looking at the reports, authorise.php is throwing the error. It is reporting that I am trying to execute this operation as anonymous (not verified).
This problem only started happening after I upgraded to 8.9. The web user owns all the Drupal files.
This is as far as I have got: the authenticate function
If I run composer require drush/drush on a brand new out-of-the box D8.8 or D9.0 site (on shared hosting), then it will mostly FAIL with less than PHP memory_limit = 2768Mb (always fail with less than 1 GB).