I use TYPO3 7.6.2
with Flux 7.3.0
, fluidcontent 4.4.0
and vhs 2.4.0
I've made a lot of FluidTYPO3 Content Elements before. At my current project, I'll use an image / FAL upload. If I try to upload an image, I've got an Server Error 500. I cannot upload an image.
I also try it with standard code from an example like this. And here's my example, no chance to upload any image.
<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>
...
I'm using this snippet at the same server, another TYPO3 (6.2) and another subdomain. It's the same server. But I've no problems in the past with it.
I also can upload 'normal' images via text&media
-Content Element, but not with my flux-flexform
/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)
at my browser inspect tool ... – user2310852Core: 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
– user2310852