Date Published: June 25, 2024
Settings.php not writable
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.
composer remove drupal/mysql56
Did not find what you were looking for?
If this content did not answer your questions, try searching or contacting our support team for further assistance.