Another wtf moment that cost me quite some time to find out. And, as usual with such problems, once you know how to ask the right question, the answer and solution is just round the corner, or in this case, literally right in front of your eyes - aka RTFM! :-) In ProcessWire, there is…
Archiv für "ThingsILearned"
TYPO3: Update v10 -> v11 htaccess changes
This small issue "costed" me some hours of lifetime, so maybe this saves someone else's time: An otherwise perfectly fine working freshly updated TYPO3 v11.5.x, updated from v10.4.x, threw 404 errors after hitting "login" on the /typo3/ login-page. Due to circumstances on that web hosting server, I had a hard time finding out that this…
TIL: TYPO3 TypoScript conditions / include files gotchas
Today I struggled with a problem concerning TypoScript conditions and included files. I'm wrestling with TYPO3 for about 16 years now, and yet sometimes the most basic stuff trips me, like accidently creating nested conditions by including TypoScript files inside a condition. In a setup.typoscript file I had several includes, and additionally I wanted to…