Bug #17835
closedthumbnails do not show in Backend:Filelist using Mozilla Firefox 2.0.0.9/Windows, wrong parameters for thumbs.php
0%
Description
In File->Filelist, if I check "Display thumbnails" the following html is generated:
<img src="thumbs.php?&dummy=1195163985&file=%2Fsrv%2Fwww%2Fhtdocs%2Fdummy%2Ffileadmin%2Fuser_upload%2Fbild.gif&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)
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?
Updated by Bernhard Kraft almost 17 years ago
Are there spaces in the image filename ?
Try to remove them - is it working afterwards ?
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.