【发布时间】:2016-05-07 17:22:53
【问题描述】:
我使用 TYPO3 7.6.2 和 Flux 7.3.0、fluidcontent 4.4.0 和 vhs 2.4.0 之前制作了很多 FluidTYPO3 内容元素。在我当前的项目中,我将使用图像/FAL 上传。如果我尝试上传图片,我会收到服务器错误 500。我无法上传图片。
我还尝试使用来自 this 等示例的标准代码。这是我的例子,没有机会上传任何图片。
<flux:form id="carousel" options="{useTypoScript: 0, Fluidcontent: {sorting: 101}, group: 'FCE', icon: '{f:uri.resource(path: \'Icons/Content/Carousel.png\')}'}">
<flux:form.sheet name="imgGallerySheetImages">
<flux:field.inline.fal name="settings.imgGalleryFalImageItems" multiple="true"
maxItems="45"
collapseAll="true" />
</flux:form.sheet>
</flux:form>
...
我在同一台服务器、另一个 TYPO3 (6.2) 和另一个子域上使用这个 sn-p。是同一台服务器。但我过去没有任何问题。
我也可以通过text&media-Content Element 上传“普通”图片,但不能使用我的flux-flexform
【问题讨论】:
-
使用浏览器的检查工具来检查这个请求的响应,很可能你那里有错误堆栈。还要检查 sys_log 表和 Apache 错误日志。如果需要在安装工具中提高日志级别
-
哦,有些错误..
/typo3/index.php?ajaxID=%2Fajax%2Frecord%2Finline%2Fcreate&ajaxToken=5b80c2d3499389fa6c0718c706086659478cb871 Failed to load resource: the server responded with a status of 500 (Internal Server Error)在我的浏览器检查工具中... -
... 并在 sys_log:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1446996319: Configuration retrieved from FlexForm is incomplete or not of type "inline". | UnexpectedValueException thrown in file /homepages/.../Controller/FormInlineAjaxController.php in line 855. Requested URL: http://domain.de/typo3/index.php?ajaxID=%%2Fajax%%2Frecord%%2Finline%%2Fcreate&ajaxToken=5b80c2d3499389fa6c0718c706086659478cb871 -
我还发现了 github 通量问题,这是我的问题:[github.com/FluidTYPO3/flux/issues/1013]
标签: typo3 fluid flux server-error fal