Opened 18 years ago
Closed 18 years ago
#8427 closed defect (bug) (fixed)
Gears error updating gear.png file not found
| Reported by: | mrmist | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | General | Version: | 2.7 |
| Severity: | normal | Keywords: | gears, has-patch |
| Cc: | Focuses: |
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)
#2
@
18 years ago
- Milestone → 2.7
- Resolution invalid
- Status closed → reopened
- Version → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Yes, and gears_manifest.php was updated to exclude this file, [9960]. Perhaps the svn update failed to replace it?