Open nchiapol opened 6 years ago
At least for TYPO3 this is a regression since this was changed a long time ago for the then embedded Fluid:
34812: [BUGFIX] Standalone- and TemplateView must not require ucfirst file names | https://review.typo3.org/c/Packages/TYPO3.CMS/+/34812
It took me quiet some time to figure this out. I strongly try to avoid uppercase filenames in all my projects. So obviously I run into this.
Of course I would prefer to get rid of all the
ucfirst
calls as I do not understand the supposed advantages of this. However things that might help in the present situation:ucfirst
has an effect.