#22728 closed defect (bug) (fixed)
Insert Media 404 for wpspin_light.gif on subfolder installation
Reported by: | n7studios | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | 3.5 |
Component: | Media | Keywords: | needs-testing close |
Focuses: | Cc: |
Description
Using WordPress 3.5 RC3, my Google Chrome Console reports a 404 error for http://127.0.0.1/wp-admin/images/wpspin_light.gif.
However, my site is installed in a sub directory at http://127.0.0.1/dev
To reproduce:
- Ensure your browser's console is open to view issues / errors
- Create or edit a Page
- Click on the Add Media button
- Click on the Media Library 'tab' (to the right of Upload Files, below the Insert Media title)
- Click on an image
- Console says:
GET http://127.0.0.1/wp-admin/images/wpspin_light.gif 404 (Not Found) - load-scripts.php:2
Visiting http://127.0.0.1/dev/wp-admin/images/wpspin_light.gif displays the image as expected.
Change History (7)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
Rawr. Let's copy wpspin_light.gif over to wp-includes/images. And maybe just name it wpspin there, because dark doesn't exist anymore, anyway.
#5
@
12 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 23026:
Note: See
TracTickets for help on using
tickets.
Yeah, we can't do that.