Skip to content
Snippets Groups Projects
Commit 50a11380 authored by homotechsual's avatar homotechsual
Browse files

Merge branch 'master' into 'master'

Add note on `--user` option when installing under Drupal 9

See merge request !42
parents 842d2b08 c674775f
No related branches found
No related tags found
1 merge request!42Add note on `--user` option when installing under Drupal 9
......@@ -158,6 +158,9 @@ The installer may report a problem. Some common ones are:
The PHP or MySQL configuration may require an update - e.g. to expand the PHP memory limit, to enable a PHP extension, or to enlarge a MySQL buffer.
Common issues are discussed in the [Requirements](requirements.md).
??? "Error: Call to undefined method Drupal::entityManager"
This error appears installing with the `--user` option under Drupal 9. Avoid this error simply by not using the `--user` option.
For common problems, you can simply fix the problem and re-run the installer.
For unusual problems, be sure to enable verbose output (`-v` or `-vv`). It may also help to [inspect the model, plugins, or requirements](https://docs.civicrm.org/dev/en/latest/framework/setup/getting-started/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment