Project

General

Profile

Actions

Bug #100121

closed

Warning in TreeFormLineStreamBuilder when including TS from non existing folder

Added by Tymoteusz Motylewski about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-03-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Go to pageproperties, insert TSconfig with wrong path (correct extension, but typo in the folder name).

@import 'EXT:sitepackage/Configuration/TSConfig/Mod/NonExistingFolder/*.tsconfig'

go to "PageTSConfig" module -> "Included PageTsConfig"
An error will be thrown:

Core: Error handler (BE): PHP Warning: scandir(/var/www/html/typo3conf/ext/sitepackage/Configuration/TSConfig/Mod/NonExistingFolder/): Failed to open directory: No such file or directory in /var/www/html/typo3/sysext/core/Classes/TypoScript/IncludeTree/TreeFromLineStreamBuilder.php line 315

Expected behaviour:
Warning is not thrown.
Nice to have -> some notice is shown in PageTSConfig module, or logged into TYPO3 log.

Most probably the same problem affects TypoScript.

Actions

Also available in: Atom PDF