- πΈπ³Senegal diaodiallo
Thanks a lot for this. I had this issue after deploying a pantheon site to an Ubuntu server with apache.
Just updated
if (isset($_ENV['PANTHEON_ENVIRONMENT'])) { $settings['hash_salt'] = $_ENV['DRUPAL_HASH_SALT']; }
to
$settings['hash_salt'] = 'CHANGE_THIS';