#21575 closed defect (bug) (invalid)
Media Uploader Featured Image
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 3.4.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When I use the regular media uploader for post types I can browse for my uploaded media images and set a featured image for the post.
When I press on the link to the right for set the featured image UI I can't browse for my uploaded media files.
In find out that a custom taxonomy cause a conflict in functions.php but I've been using that from Codex and It shouldn't cause a conflict. And if my theme is corrupt, why does the regular uploader for set the featured image still works?
Attachments (2)
Change History (7)
fanderzzon — 9 months ago
comment:1
follow-up:
↓ 2
SergeyBiryukov — 9 months ago
- Keywords reporter-feedback added
- Could you provide the code that causes a conflict?
- If you use the same code on a clean install, is there still a conflict?
comment:2
in reply to:
↑ 1
fanderzzon — 9 months ago
Replying to SergeyBiryukov:
- Could you provide the code that causes a conflict?
- If you use the same code on a clean install, is there still a conflict?
I have included my functions file.
I have reset the database but still no effect.
comment:3
SergeyBiryukov — 9 months ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
On line 167, a 'type' taxonomy is registered, which is one of the reserved terms.
Related/duplicate: #12917
comment:4
follow-up:
↓ 5
SergeyBiryukov — 9 months ago
- Resolution set to invalid
- Status changed from new to closed
comment:5
in reply to:
↑ 4
fanderzzon — 9 months ago
Replying to SergeyBiryukov:
Thanks for your incredible help!
Of all terms I could chosen I picked a reserved one ;)
