You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed a build failure when I pushed a commit to an open ISLE-DC PR this evening. Log is here.
Notice: ] Performed install task: install_select_profile
Notice: ] Performed install task: install_load_profile
In install.core.inc line 2329:
Settings file:The <em class="placeholder">Settings file</em> is not writabl
e.<br /><br />The Drupal installer requires write permissions to <em class=
"placeholder">./sites/default/settings.php</em> during the installation pro
cess. The <a href="https://www.drupal.org/server-permissions">webhosting is
sues</a> documentation section offers help on this and other topics.
make[1]: *** [Makefile:580: starter-finalize] Error 1
make[1]: Leaving directory '/home/runner/work/isle-dc/isle-dc'
make: *** [Makefile:159: starter] Error 2
Error: Process completed with exit code 2.
0s
0s
0s
0s
0s
0s
0s
1s
```shellI know we've dealt with similar issues in the past, is it a matter of doing another chmod / chown?
The text was updated successfully, but these errors were encountered:
We talked about chown in the tech call, but in my testing, the owner didn't have permission to write to settings.php, so I think we would need to also give the owner write permissions.
Noticed a build failure when I pushed a commit to an open ISLE-DC PR this evening. Log is here.
The text was updated successfully, but these errors were encountered: