hallo,
wie (include static im TypoScript-Modul) oder über site sets (im Sites.Modul) und wann hast du das felogin eingebunden, kommt es vor oder nach deinem setup? Nachvollziehbar auch über TypoScript-Modul, Dropdown 'Eingebundenes Typoscript'.
oder generell, ob deine pfade stimmen, kannst du z. B. durch Überschreiben der Constants m TypoScript-Modul probieren (auf die Schnelle)
plugin {
tx_felogin_login {
view {
# cat=Frontend Login/02_Template/102; type=string; label= Path to template root (FE)
#templateRootPath =
templateRootPath = EXT:mysitepackage/Resources/ext/fe_login/Resources/Private/Templates/
# cat=Frontend Login/02_Template/103; type=string; label= Path to template partials (FE)
#partialRootPath =
partialRootPath = EXT:mysitepackage/Resources/ext/fe_login/Resources/Private/Partials/
# cat=Frontend Login/02_Template/104; type=string; label= Path to template layouts (FE)
layoutRootPath =
}
}
}
natürlich auf deine dateien angepasst.