Having problems installing Drupal? See the Installation Guide for more information.

the web root of a live site

 Step 3 of 11.8 says: 

Copy all of the files from the web root of your live site to the web root of your development site.

If a site is created using 

How to run PHPUnit tests?

There is already a docs page about this:
https://www.drupal.org/docs/testing/phpunit-in-drupal/running-phpunit-tests

I've tried to follow that, including creating a browser_output directory and setting up the configuration file (phpunit.xml).

But #2 in the instructions is a stumbling block. It says:

Should my git repo be in my_project_dir or my_project_dir/web?

Should my git repo be in my_project_dir or my_project_dir/web?

Message: 'php installation is too old,' but my php version is higher than what is required

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:

Access Denied error on trying to install any module after upgrading to 8.9

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

Composer fails with PHP memory_limit < 2.8GB

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).

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal