Opened 9 months ago
Last modified 5 months ago
#61534 new defect (bug)
if debug mode is true and go to the site-heath page showing extra margin top at admin-menu
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Site Health | Keywords: | dev-feedback |
Focuses: | ui, administration | Cc: |
Description
when WP_DEBUG is true and we go to the site-health page there is an extra margin-top showing in the admin menu bar
Attachments (2)
Change History (12)
This ticket was mentioned in PR #6941 on WordPress/wordpress-develop by @fahem.
9 months ago
#1
- Keywords has-patch added
#2
follow-up:
↓ 3
@
9 months ago
- Keywords reporter-feedback added
Hi and welcome to WordPress Core Trac!
I do not think the margin is the problem, but the page seems to have a php-error
body class without a visible error message. Could you determine if and/or how that class was added? (See ticket:58449#comment:1)
#4
@
9 months ago
This only happens on the Site Health page only, with no plugins, and the PR 2490 fixed it
#6
@
9 months ago
- Keywords dev-feedback added; has-patch removed
The ticket may be a duplicate of #51383 because the patch there should fix the margin issue, but could the Site Health page have a separate issue related to a suppressed error or something like that?
#7
@
9 months ago
When I try this with a Git checkout, it seems that this error is occurring: "disk_free_space(): No such file or directory".
It is happening here:
There is no wp-content/upgrade
directory (I guess because this is a fresh install from Git - nothing has been upgraded yet).
remove margin-top CSS from admin-menu.css file
Trac ticket: https://core.trac.wordpress.org/ticket/61534