Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Restore fails for concatenated strings in WP_DEBUG_LOG #10

Copy link
Copy link

Description

@noplanman
Issue body actions

As far as I can tell, the problem seems to be this line:

$value = trim( $value, '"\'' ); // Normalize quoted value.

My wp-config.php before:

define( 'WP_DEBUG_LOG', __DIR__ . '/../logs/wp-debug.log' );

After restore (note the missing end quote of the file path):

define( 'WP_DEBUG_LOG', __DIR__ . '/../logs/wp-debug.log );
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.