Actions
Bug #102535
closedUnsupported file typ xxx.dwg (image/vnd.dwg)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2023-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Reopened #96744 ... At least in 9 LTS this is still a bug an none of olivers tips solved the problem.
It seems that the error is triggered when the indexed is called (ResourceFactory::getIndexer($storage)->createIndexEntry($fileIdentifier))
Updated by Jan Kornblum 12 months ago
- Related to Bug #96744: Unsupported file typ xxx.dwg (image/vnd.dwg) added
Updated by Georg Ringer 6 months ago
- Status changed from New to Needs Feedback
can you please test this in v11 or v12 - 9 LTS is not supported anymore
Updated by Jan Kornblum 5 months ago
Could test it only in 10 LTS, but it seems I was wrong with reopening this ticket. As Oliver said, to prevent the problems, "dwg" must just not be added to either:
$GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext']
$GLOBALS['TYPO3_CONF_VARS']['SYS']['mediafile_ext']
You can close this issue. Sorry!
Updated by Georg Ringer 5 months ago
- Status changed from Needs Feedback to Closed
closed as requested
Actions