- Issue created by @BadWebCoder
This is not the configuration system. This is not a bug in Drupal. You are running a custom setup using PHP language primitives like require_once.
Probably
$settings['hash_salt']
is being unset or set to an empty string insites/settings.php
.- 🇩🇪Germany szeidler Berlin
We see a similar behavior after having upgraded to Drush 12.
We also include a different file in our settings.php. We needed to replace our
include_once
withinclude
to make it work. - Status changed to Postponed: needs info
about 1 year ago 1:49am 5 February 2024 - 🇳🇿New Zealand quietone
@BadWebCoder, has this been resolved? If so, adding a comment of what was done can help others. Thanks
- 🇩🇪Germany szeidler Berlin
The status has been set to `Maintainer needs more info`. What kind of info is requested here?
The problem still persist for us. Any
require_once
andinclude_once
are misbehaving for us. It's not a big deal, we can easily change it to the without `_once` function. Not sure if it is drush or Drupal core causing it.