Open alexfinnarn opened 7 years ago
This same error is happening on a clean install after the 8.3.0 update. I started digging into that, from the install perspective but this will be easier to troubleshoot on existing sites if it happens on module install as well.
Context
Fatal error: Call to a member function getProfiles() on a non-object in /srv/bindings/befcffdac6bd4777b84b4d80a43e7bd1/code/core/lib/Drupal/Core/Config/ConfigInstaller.php on line 481 Ok Drush command terminated abnormally due to an unrecoverable error. [error] Error: Call to a member function getProfiles() on a non-object in /srv/bindings/befcffdac6bd4777b84b4d80a43e7bd1/code/core/lib/Drupal/Core/Config/ConfigInstaller.php, line 481
When you try to enable any module, the error message above appears. Something must be amiss with the profile name or something.
Expected Result
A developer can enable modules without getting the error message above.