Bug #38583
grid elements has problems with images
| Status: | New | Start date: | 2012-07-03 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
A TYPO3 (test) website updated from 4.7 to 6.0.0a2
One extension: grid elements
Made a page with
- a content element text - text: no problem
- a content element text/w-image - text and image: no problem
- a grid with 4 columns
- only text elements: no problem
- one or more columns text/w-image - only text - no image: no problem
- one or more text/w-image - text and 1 image (first uploaded to a dir under fileadmin): ERROR
Uncaught TYPO3 Exception
t3lib_file_exception_FileDoesNotExistException thrown in file
.../typo3_src/typo3_src-6.0.0alpha2/t3lib/file/Driver/AbstractDriver.php
in line 407.
History
Updated by Daniel Doesburg 11 months ago
Made a page with
- a content element text - text: no problem
- a content element text/w-image - text and image: no problem
- a grid with 4 columns
- only text elements: no problem
- one or more columns text/w-image - only text - no image: no problem
- one or more text/w-image - text and 1 image (first uploaded to a dir under fileadmin): ERROR
Should be read as:
Made a page with
- a content element text - text: no problem
- a content element text/w-image - text and image: no problem
- a grid with 4 columns
in that grid:
- only text elements: no problem
- one or more columns text/w-image - only text - no image: no problem
- one or more text/w-image - text and 1 image (first uploaded to a dir under fileadmin): ERROR
Updated by Alexander Opitz 4 months ago
There is no TYPO3 CMS 6.0 compatible version of grid elements. So nothing to test yet.
Updated by Alexander Opitz 4 months ago
Also possibly related to #40838
Updated by Jo Hasenau 2 months ago
Try this one http://forge.typo3.org/projects/extension-gridelements2/repository/show?rev=2-0 - at least it should be working so that you wil be able to test it.
Should be no Grid Elements Bug though, since it does not change the way the default content elements are rendered in the backend.