- Issue created by @vincepick
- First commit to issue fork.
- Merge request !152Update PreviewConfigGenerator.php to create the sites/default/ directory if it doesn't exist β (Open) created by igorgoncalves
- Status changed to Needs review
4 months ago 8:02am 18 July 2024 - π§π·Brazil igorgoncalves
My fix try to make sure the directory exists before the action, if not they will create.
- πΊπΈUnited States mglaman WI, USA
Please make a PR here https://github.com/simplytestme/website we've moved the code. Unfortunately I cannot turn off MRs here.
- πΊπΈUnited States mglaman WI, USA
I think the fix is in https://github.com/simplytestme/website/pull/379, which ensures latest core versions get latest PHP + Apache image. The build silently failed on an unsupported version of Drupal core:
Use composer self-update --rollback to return to version 2.4.4 66bd16056c7d83449c0284db# /bin/sh -c echo "SIMPLYEST_STAGE_DOWNLOAD" SIMPLYEST_STAGE_DOWNLOAD 66bd16056c7d83449c0284db# /bin/sh -c echo "SIMPLYEST_STAGE_PATCHING" SIMPLYEST_STAGE_PATCHING 66bd16056c7d83449c0284db# /bin/sh -c echo "SIMPLYEST_STAGE_INSTALLING" SIMPLYEST_STAGE_INSTALLING 66bd16056c7d83449c0284db# /bin/sh -c cd "${DOCROOT}" && echo '$settings["file_private_path"] = "sites/default/files/private";' >> sites/default/settings.php /bin/sh: 1: cannot create sites/default/settings.php: Directory nonexistent Command Failed (Tugboat Error 1064): Exit code: 2; Command: cd "${DOCROOT}" && echo '$settings["file_private_path"] = "sites/default/files/private";' >> sites/default/settings.php 66bd1604b4d70ade375179a9 (simplytest) is suspended
See, no Drupal codebase was added.
- πΊπΈUnited States mglaman WI, USA
https://github.com/simplytestme/website/pull/379 was merged, verifying
- πΊπΈUnited States mglaman WI, USA
D11 support should be fixed when https://github.com/simplytestme/website/pull/423 is merged
- Status changed to Fixed
3 months ago 9:12pm 14 August 2024 - Status changed to Fixed
3 months ago 3:35pm 16 August 2024 - π§π·Brazil igorgoncalves
Checked, and working perfectly now, thanks @mglaman !