#22728 closed defect (bug) (fixed)
Insert Media 404 for wpspin_light.gif on subfolder installation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Media | Version: | 3.5 |
| Severity: | trivial | Keywords: | needs-testing close |
| 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)
- 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.
- Keywords needs-testing close added
Can someone verify this on a retina device?
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 23026:
I don't get it. Why is it necessary to copy the image? "wp-includes" and "wp-admin" are in the same level, even in subfolder installs, aren't they? Am I missing something?

.media-sidebar .settings-save-status .spinner { background: url(../../wp-admin/images/wpspin_light.gif) no-repeat;Yeah, we can't do that.