在图像内容元素中找不到图像源
这是前端渲染代码的摘录。
<div style="width: 345px;" class="csc-textpic-imagewrap">
<ul>
<li style="width: 0px;" class="csc-textpic-image csc-textpic-firstcol">
<img width="" height="" border="0" alt="" src="">
</li>
<li style="width: 335px;" class="csc-textpic-image csc-textpic-lastcol">
<img width="335" height="381" border="0" alt="" src="uploads/pics/katze_start_01.jpg">
</li>
</ul>
</div>
第一个
不包含 src、高度、宽度、alt 等。后端有一个图像,它应该可以工作。好吧,我使用标准 CSS 样式内容框架并通过 styles.content.getLeft 渲染内容元素(确实有效)。由于某种原因(感觉不合逻辑),它不会渲染“图像”内容元素的第一个图像......这里的错误是什么?
This is an extract of the rendered code of the frontend.
<div style="width: 345px;" class="csc-textpic-imagewrap">
<ul>
<li style="width: 0px;" class="csc-textpic-image csc-textpic-firstcol">
<img width="" height="" border="0" alt="" src="">
</li>
<li style="width: 335px;" class="csc-textpic-image csc-textpic-lastcol">
<img width="335" height="381" border="0" alt="" src="uploads/pics/katze_start_01.jpg">
</li>
</ul>
</div>
The first <li><img>
contains no src, height, width, alt, etc. In the backend there is a image and it should work. Well I use the standard CSS Styled Content Framework and render the content elements via styles.content.getLeft (does work). For some reason (it feels not logical) it does not render the first image of an "image" content element...
What is the error here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查安装工具 imagemagick/graphicsmagic 是否有效。 “图像处理”中定义了五种测试。
如果一切正常,请检查您的图像中是否有特殊字符(德语元音变音)或空格。替换空格(我猜你是通过 scp/ftp 上传的,通过 TYPO3 应该会自动替换)并检查“所有配置”部分中的安装工具选项“[SYS][UTF8filesystem]”和“[SYS][systemLocale]”。
Check in install tool if imagemagick/graphicsmagic works. There are five tests defined in "Image Processing".
If everything works fine there, check if your image has special chars (f.e. german umlauts) or spaces in there. Replace spaces (i guess you uploaded them via scp/ftp, via TYPO3 they should be replaced automatically) and check install tool options "[SYS][UTF8filesystem]" and "[SYS][systemLocale]" in section "All Configuration".