Active
Project:
Provision
Version:
7.x-3.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2017 at 18:53 UTC
Updated:
28 Oct 2022 at 15:42 UTC
Jump to comment: Most recent
I keep getting this:
Find command files for phase 3 (max=)
-
Undefined index: db_prefix install_8.inc:105
-
Undefined variable: config install_8.inc:112
-
Undefined variable: config install_8.inc:113
On this install like https://www.drupal.org/project/brainstorm_profile where all files are in one directory I get the above errors and sites cannot be installed.
When I use composer and the install is in a subdirectory it seems to work fine.
This is an example where the install is placed in a 'html' directory when composer is used:
https://www.drupal.org/project/social
Workaround:
I had to move all profile modules, themes, libraries to the regular library, theme, and module folder.
Comments
Comment #2
colanIs this now solved by #2838489: Support drupal being in a subdirectory of a git repo? Looks like that would fix the OpenSocial problem.
Comment #3
jon pughEnable "Git Integration" at Admin > Hosting (admin/hosting)
When you add a platform, look for "Repository docroot" and make sure to enter the valid location in your git repo.
Comment #5
socialnicheguru commentedbut i wasn't using a git repo
Comment #6
colanJust ran into this myself. I don't think Git's relevant here either.
Is anyone else seeing this earlier in the debugging output?
Comment #7
socialnicheguru commentedyes @Colan
Comment #8
tejasvaidya01 commentedI am also getting the same 'Undefined variable' error and same mysql error on debug.(Using 7.x-3.190 and platform Drupal 9.3.22)
@colan Did you find a fix for this?