Skip to content

WordPress unable to create wp-config.php #33

Description

@burntcustard

If during the install process, when running the initial WordPress setup, it fails to save wp-config.php - the cause is likely that WordPress doesn't have permissions to write files. It'll need them eventually. A quick fix for local development is to make literally everything writable:

sudo chmod -R 777 lighthouse

The hint to do that was picked up from this Docker + WordPress guide: https://www.sitepoint.com/how-to-use-the-official-docker-wordpress-image/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions