Project

General

Profile

Actions

Bug #17835

closed

thumbnails do not show in Backend:Filelist using Mozilla Firefox 2.0.0.9/Windows, wrong parameters for thumbs.php

Added by saengera almost 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-11-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In File->Filelist, if I check "Display thumbnails" the following html is generated:

<img src="thumbs.php?&amp;dummy=1195163985&amp;file=%2Fsrv%2Fwww%2Fhtdocs%2Fdummy%2Ffileadmin%2Fuser_upload%2Fbild.gif&amp;md5sum=82a03a5045" hspace="2" title="bild.gif" alt="">

This code does not show the thumbnail image in Mozilla Firefox 2.0.0.9/Windows. It works in IE and Opera though.

Shouldn´t it generate code like:

<img src="thumbs.php?dummy=1195164444&file=/srv/www/htdocs/dummy/fileadmin/user_upload/bild.gif&md5sum=82a03a5045" ... >

tested with Typo3 4.1.3 on SuSE10.0 (x86-64), apache2-2.0.54, php4-4.4.0, mysql-4.1.13 and SuSE10.3 (x86-64), apache2-2.2.4, php5-5.2.4, mysql-5.0.45
(issue imported from #M6808)

Actions #1

Updated by saengera almost 17 years ago

to make it more clear: the parameterlist contains html equivalents instead of just simple ampersands and slashes

Ok, must have been some firefox configuration issue, it works now. Nonetheless, why are / and & not used for separating the parameters in the URI?

Actions #2

Updated by Bernhard Kraft almost 17 years ago

Are there spaces in the image filename ?

Try to remove them - is it working afterwards ?

Actions #3

Updated by saengera almost 17 years ago

No spaces in the filename. As already mentioned above, the problem was a firefox configuration issue, tracked it down to some adblock rule hitting in the thumbs-uri. Bug can be closed.

Actions #4

Updated by Oliver Hader almost 17 years ago

Suspended as requested by reporter.

Actions

Also available in: Atom PDF