Settings.php not writable | Acquia Product Documentation
Cloud Platform
Settings.php not writable
Settings.php not writable
Date Published: June 25, 2024
Issue:
In some cases when you try to install a new Drupal site you may receive the following error in the installation process: The Settings file is not writable. Important note: this issue is happening even you already have the Acquia require line in your settings.php.
The Drupal installer requires write permissions to
/sites/sitename/settings.php
during the installation process.
Resolution:
To resolve this issue please remove the mysql56 module from your code base using Composer.