Project

General

Profile

Actions

Bug #52977

closed

Images from template do not get a size (width and height)

Added by Anonymous about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2013-10-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In template integrated images per typoscript (IMAGE) do not get any size im frontend. The output is always: 'width="" height="" '. This is a problem since beta1. In alpha3 it works.


Files

sys_file_processedfile.sql (6.46 KB) sys_file_processedfile.sql sys_file_processed_file table Anonymous, 2013-10-21 16:50
Actions #1

Updated by Georg Ringer about 11 years ago

is the php module fileinfo loaded? if not, load it, restart server, clear sys_file_processed_file table, clear cache, retry.

oterhwise please some more infos about your system!

Actions #2

Updated by Anonymous about 11 years ago

fileinfo is loaded. I cleared the cache and sys_file_processed_file table.
Then I did a new request. The result of sys_file_processed_file table and phpinfo is attached.

TypoScript
temp.ImageTop.10 = IMAGE
temp.ImageTop.10 {
file = {$relPathPrefix}images/pic_header_claim.png
params = class=claim
altText = Wir helfen hier und jetzt.
}

Result
<img src="fileadmin/templates/ASBv3/images/pic_header_claim.png" width="" height="" class="claim" alt="Wir helfen hier und jetzt." border="0" />

Which other information do you need?

Actions #3

Updated by Anonymous about 11 years ago

It is fixed in beta2.

Actions #4

Updated by Markus Klein almost 11 years ago

  • Status changed from New to Closed
  • Target version deleted (6.2.0)
Actions #5

Updated by Anonymous almost 6 years ago

  • File deleted (phpinfo.pdf)
Actions

Also available in: Atom PDF