Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 3 months ago

#3412 closed defect (bug) (fixed)

Images in upload page and pane are missing

Reported by: tassoman's profile tassoman Owned by: mdawaffe's profile mdawaffe
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords:
Focuses: Cc:

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)

Schermata.png (64.0 KB) - added by tassoman 17 years ago.
Images are missing

Download all attachments as: .zip

Change History (10)

#1 @Viper007Bond
17 years ago

  • Resolution set to invalid
  • Status changed from new to closed

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

@tassoman
17 years ago

Images are missing

#2 @tassoman
17 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

Do you prefer the attacnment?

#3 @Viper007Bond
17 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)?

#4 @tassoman
17 years ago

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&#038;ID=556' title='Modem' class='file-link image'>
			&nbsp;<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&#038;ID=554' title='Netscape 3.04' class='file-link image'>
			&nbsp;<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?)

#5 @matt
17 years ago

  • Owner changed from anonymous to mdawaffe
  • Status changed from reopened to new

#6 @mdawaffe
17 years ago

  • 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?

#7 @tassoman
17 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

Yes, it is! Sorry!

#8 @mdawaffe
17 years ago

Glad it's working - thanks for closing the ticket :)

#9 @tassoman
17 years ago

Thanks to you for reminding! ;)

Note: See TracTickets for help on using tickets.