#33569 closed defect (bug) (fixed)
missing file comment-functions.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | high |
Severity: | normal | Version: | 4.4 |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | Cc: |
Description
My dev site auto updated to 4.4-alpha-33765 last night and it seems the wp-includes/comments.php file has been changed. It now makes a call to include comment-functions.php but that file does not exist and causes a PHP Fatal error thus rendering me unable to access the admin.
Attachments (2)
Change History (17)
#2
@
8 years ago
I've also verified that wp-includes/comment-functions.php
exists within the nightly build packages.
Unfortunately this sounds like it might've been a failed/incomplete update somehow.
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
8 years ago
#5
@
8 years ago
Experiencing this too, using the Beta Tester plugin. It happened to me twice today, so not likely an upgrade process issue, and it is quite odd since the file itself is on the wordpress-latest.zip
#7
@
8 years ago
Same issue here, using the Beta Tester plugin. Tried to fetch the latest-build several times just now but keep getting the same error. I managed to resolve it by manually copying comment-functions.php into wp-includes/.
#8
@
8 years ago
- Component changed from Bootstrap/Load to Upgrade/Install
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.4
- Priority changed from normal to high
'wp-includes/comment-functions.php'
needs to be removed from $_old_files
(trunk/src/wp-admin/includes/update-core.php).
#10
@
8 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 33772:
#11
follow-up:
↓ 12
@
8 years ago
Would a unit test make sense here? Testing that none of the files in the array exist in the repo.
#12
in reply to:
↑ 11
;
follow-up:
↓ 15
@
8 years ago
Replying to swissspidy:
Would a unit test make sense here? Testing that none of the files in the array exist in the repo.
Probably, if it won't add a noticeable slowdown when running the suite. Let's create a new ticket for that.
Hi @mikeyhoward1977, welcome to Trac!
I could not reproduce the issue, wp-includes/comment-functions.php does exist in the repository and in the latest nightly build.