Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation profiles and libraries not working #20

Open
darrenoh opened this issue Jul 24, 2023 · 0 comments · May be fixed by #21
Open

Fix installation profiles and libraries not working #20

darrenoh opened this issue Jul 24, 2023 · 0 comments · May be fixed by #21

Comments

@darrenoh
Copy link

darrenoh commented Jul 24, 2023

  1. The install script is in a symlinked directory, so using __DIR__ drops into the repos/drupal path, from where contrib installation profiles cannot be found. I think we need to symlink the profiles/contrib directory into repos/drupal the way we do with the vendor directory.
  2. The DRUPAL_ROOT constant also uses __DIR__, so any code relying on DRUPAL_ROOT, such as code looking for the libraries folder, breaks if folders are not symlinked into repos/drupal.
darrenoh added a commit to darrenoh/drupal-core-development-project that referenced this issue Jul 24, 2023
@darrenoh darrenoh changed the title Fix installation profiles not working Fix installation profiles and libraries not working Jul 24, 2023
darrenoh added a commit to darrenoh/drupal-core-development-project that referenced this issue Feb 25, 2024
darrenoh added a commit to darrenoh/drupal-core-development-project that referenced this issue Apr 9, 2024
darrenoh added a commit to darrenoh/drupal-core-development-project that referenced this issue Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant