v12 TypoScript BE module complains about TypoScript inclusion

Issue #34 resolved
Sergio Catalá created an issue

Having TYPO3 12.4.13 and EXT:rx_shariff 15.1.1, whenever I go to Site Management > TypoScript > Included TypoScript module, the syntax scanner warnings complain about:

Import does not find a file in "EXT:rx_shariff/Configuration/TypoScript/NoJQueryWithFontawesome/setup.typoscript", line number "1"

The warning says it cannot import this line:

<INCLUDE_TYPOSCRIPT: source="EXT:rx_shariff/Configuration/TypoScript/PluginOnly/setup.typoscript">

Can this be reproduced in other TYPO3 12 instances?

Why does this happen? Is it a matter of not using the new “@import” syntax to include TypoScript?

Comments (6)

  1. Sergio Catalá reporter

    I decided to test myself, after I wrote this ticket, the change using @import and indeed it works smoothly :) No warnings in the TypoScript module.

  2. Log in to comment