Opened 17 years ago
Closed 17 years ago
#8427 closed defect (bug) (fixed)
Gears error updating gear.png file not found
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | General | Keywords: | gears, has-patch |
| Focuses: | Cc: |
Description
Local storage status: Error: Download of 'http://myurlhere/wp-admin/images/gear.png' failed, status code 404.
When I did an svn update to 9964, the file gear.png was deleted.
Attachments (1)
Change History (5)
#1
@
17 years ago
- Milestone 2.7 deleted
- Resolution set to invalid
- Status changed from new to closed
- Version 2.7 deleted
#2
@
17 years ago
- Milestone set to 2.7
- Resolution invalid deleted
- Status changed from closed to reopened
- Version set to 2.7
Looking at the source for the manifest, I see in rev 9794 the problem, because gear.png is in there twice.
166 { "url" : "images/gear.png" },
167 { "url" : "images/gray-grad.png" },
168 { "url" : "images/list.gif" },
169 { "url" : "images/gear.png" },
The subsequent rev 9960 rightly removed it once, but left line 168. Sorry if I am mistaken but I think my svn copy is current.
Note: See
TracTickets for help on using
tickets.
Yes, and gears_manifest.php was updated to exclude this file, [9960]. Perhaps the svn update failed to replace it?