#3412 closed defect (bug) (fixed)
Images in upload page and pane are missing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: | tassoman@… |
Description
I can't see the images but only the blue squares with theire respective ALT text hovering.
Could be the src= path broken?
Attachments (1)
Change History (10)
comment:1
Viper007Bond — 6 years ago
- Resolution set to invalid
- Status changed from new to closed
- Resolution invalid deleted
- Status changed from closed to reopened
Do you prefer the attacnment?
comment:3
Viper007Bond — 6 years ago
Ignore my previous comment. Seems the uploader has changed since I uploaded the test image I had done months ago. Deleting it and uploading it again made the thumbnail show up for me (rather than just the description text).
Anyway, works for me. If it doesn't work for you, you need to post way more details. For example, where's it looking for the image (the 404 link)?
The followin is a grab of the upload.php source :
<div id='upload-content' class='browse-all'> <ul id='upload-files'> <li id='file-556' class='alignleft'> <a id='file-link-556' href='/wp-admin/upload.php?action=edit&ID=556' title='Modem' class='file-link image'> <img src='/wp-content/themes/tasso/images/audio.jpg' title='Modem' alt='Modem' /></a> <div class='upload-file-data'> <p> <input type='hidden' name='attachment-url-556' id='attachment-url-556' value='/wp-content/uploads/modem.mp3' /> <input type='hidden' name='attachment-url-base-556' id='attachment-url-base-556' value='http://blog.tassoman.com' /> <input type='hidden' name='attachment-is-image-556' id='attachment-is-image-556' value='1' /> <input type='hidden' name='attachment-page-url-556' id='attachment-page-url-556' value='http://blog.tassoman.com/?attachment_id=556' /> <input type='hidden' name='attachment-title-556' id='attachment-title-556' value='Modem' /> <input type='hidden' name='attachment-description-556' id='attachment-description-556' value='' /> </p> </div> </li> <li id='file-554' class='alignleft'> <a id='file-link-554' href='/wp-admin/upload.php?action=edit&ID=554' title='Netscape 3.04' class='file-link image'> <img src='/wp-content/uploads/schermata.miniatura.png' title='Netscape 3.04' alt='Netscape 3.04' /></a> <div class='upload-file-data'> <p> <input type='hidden' name='attachment-url-554' id='attachment-url-554' value='/wp-content/uploads/schermata.png' /> <input type='hidden' name='attachment-url-base-554' id='attachment-url-base-554' value='!http://blog.tassoman.com' /> <input type='hidden' name='attachment-thumb-url-554' id='attachment-thumb-url-554' value='/wp-content/uploads/schermata.miniatura.png' /> <input type='hidden' name='attachment-thumb-url-base-554' id='attachment-thumb-url-base-554' value='!http://blog.tassoman.com' /> <input type='hidden' name='attachment-width-554' id='attachment-width-554' value='168' /> <input type='hidden' name='attachment-height-554' id='attachment-height-554' value='128' /> <input type='hidden' name='attachment-page-url-554' id='attachment-page-url-554' value='!http://blog.tassoman.com/555,nostalgiare-2/netscape-304/' /> <input type='hidden' name='attachment-title-554' id='attachment-title-554' value='Netscape 3.04' /> <input type='hidden' name='attachment-description-554' id='attachment-description-554' value='' /> </p> </div> </li>
Please, consider all others images are shown. I mean, if i click one blue square, i get into the detail page and i can see the image as expected.
More, reading the code, i see it's expecting a /wp-content/themes/tasso/images/audio.jpg.
I haven't this file in my own theme. So should be asked only if exists, then catched from a default source if not found (the default theme audio icon?)
- Owner changed from anonymous to mdawaffe
- Status changed from reopened to new
- Status changed from new to assigned
tassoman,
I believe all the image browser issues have been fixed. Is this still an issue for you with the latest trunk?
- Resolution set to fixed
- Status changed from assigned to closed
Yes, it is! Sorry!

I don't see an <img> tag in the source, do you? ;)