Skip to content

When using WordPress, the custom config file isn't written into the main config file #78

Closed
@jakeparis

Description

@jakeparis

Preliminary checklist

  • I am using the latest stable version of DDEV
  • I am using the latest stable version of this add-on

Expected Behavior

A few include lines are supposed to be written into the main wp-config.php file to include the custom config file.

Actual Behavior

The custom config include isn't written into the main wp-config file, due to looking for the wrong comment string.

Looking for:
// Include for ddev-managed settings in wp-config-ddev.php.

But the comment that actually shows up in the config is:
// Include for settings managed by ddev.

Steps To Reproduce

  1. Install the add-on
  2. The include for the custom wp config file isn't written into the main wp-config file

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions