Questions tagged [typo3-9.x]

TYPO3 is a free and open source web content management system written in PHP. It is released under the GNU General Public License. This tag is for questions relating to version 9 of TYPO3.

TYPO3 9

TYPO3 is a free and open source web content management system written in PHP. It is released under the GNU General Public License.

Version 9 was first published in December 2017.

Resources

953 questions
13
votes
6 answers

security message after upgrade to 9.5.17

after upgrading to 9.5.17 i get in the reports the following security messages: Server Response on static files: www.mydomain.de/typo3temp/assets/43cd7f07.tmp/2500f854.html.wrong unexpected content-type…
lisardo
  • 956
  • 9
  • 23
11
votes
4 answers

How can I add a trailing slash to TYPO3 v9 URLs?

When updating from TYPO3 8.7 to TYPO3 9.5 you might drop the realurl extension in favor for the new routing feature. But you might notice, that realurl appended a / to all urls by default (when you are not using html suffix) The TYPO3 routing…
Tim Schreiner
  • 389
  • 2
  • 10
6
votes
1 answer

TYPO3: how to migrate userFunc TypoScript condition to Symfony Expression Language?

How can I migrate this TypoScript condition to be fully compatible with the Symfony Expression Language for conditions in TYPO3 9.5? [userFunc = TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('fluid_styled_content')]
Peter Kraume
  • 2,610
  • 2
  • 14
  • 28
6
votes
3 answers

How to get Speaking URLs for News 7.0.7 on Typo3 9.5.0

I really like the ease Typo3 9.5.0 is creating speaking URL's. The only problem I do have is to make it work with extensions like news. Could not find a way to make it work and have no clue where to start. Appreciate your help. Best…
danriesen
  • 63
  • 1
  • 5
5
votes
3 answers

TYPO3 access restricted pages - redirect after login

is there any actual best practice for restricted pages, login and redirects? I found a lot of examples but all for older TYPO3 / felogin /.... versions (without site configuration) I have the following scenario: I have a several restricted pages and…
Christian Ehret
  • 343
  • 1
  • 8
5
votes
1 answer

How to extend TYPO3 Site Configuration without editing config/sites/mysite/config.yaml

I'm trying to set up an REST like API with TYPO3 and the new RouteEnhancers that are available since TYPO3 v9. For my case I need to setup/extend the Site Configuration through my extension instead of editing the config.yaml because you don't want…
Jonas
  • 245
  • 2
  • 17
5
votes
6 answers

TYPO3 9.5.x URL Segment (slug) ignore page

In the past we organized pages inside the page-tree by putting them into pages like "meta" or "submenu". These pages had the option "exclude from speaking url" so their name was not rendered to the url. Is there any option to do this in TYPO3 9.5…
4
votes
1 answer

disable warnings in log file in TYPO3 9.5

in the logfile in typo3temp/var/log i can find warnings like this: Fri, 15 May 2020 22:34:48 +0200 [WARNING] request="6010017cd88f6" component="TYPO3.CMS.Frontend.Controller.TypoScriptFrontendController": $TSFE->set_no_cache() was triggered.…
lisardo
  • 956
  • 9
  • 23
4
votes
2 answers

Routing exception after upgrading to TYPO3 v9.5.14

After upgrading to TYPO3 v9.5.14 our detail pages for news crash with the exception Symfony\Component\Routing\Exception\InvalidParameterException Parameter "p88bd715a41119d0e8087a5d19cb049" for route "tx_news_pi1_1" must match "[^/]++" ("" given)…
M Klein
  • 533
  • 2
  • 10
4
votes
1 answer

TYPO3 Ext:form Checkbox Label with Link inside

I'm using the latest TYPO3 9.5.13 and made an contact form with the new form system extension: form I need a checkbox before Submit button, f.e. "I've read the privacy policy .. " I've found this extension, because this is not working out of the…
user2310852
  • 1,452
  • 1
  • 17
  • 48
4
votes
3 answers

How do I enable Error Reporting in TYPO3?

I have made a contact form but upon submitting it I get the error: Oops, an error occurred! Code: 201905310232036dfcc153. I would like to get more information so I can start debugging. So my question is: How do I enable error reporting in TYPO3?
Romi
  • 91
  • 10
4
votes
1 answer

How can I set baseVariants for a multidomain TYPO3 v9?

TYPO3 9.5.5 I have a multidomain website using a combination of multiple page trees and several languages per tree. I have one page tree delivering content in German. This one is available on domain.de, domain.at and domain.ch. Then more trees for…
Michael
  • 2,239
  • 1
  • 21
  • 33
4
votes
1 answer

How to process image width/height in TYPO3?

I built a website in plain html/css with my own design. Now I need to put this website in TYPO3 CMS 9.5.4. Unfortunately it's my first time working with TYPO3 and I don't really know what I'm doing. What I got so far: Most of the website is already…
Erik
  • 98
  • 1
  • 7
4
votes
6 answers

TYPO3 9.5 LTS - Automatic (re)generation of URL Segments?

I have deleted all Slugs in my DB in hope that they regenerates automatically - but they dont! Is there any way to trigger the regeneration? When upgrading from TYPO3 < 9 the get initially generated - but how? Thanks for helping :)
Naderio
  • 1,052
  • 7
  • 19
3
votes
3 answers

Display full name of logged in TYPO3 frontend user in Fluid

The task is pretty simple: I want to display the full name (first- and lastname) of the current TYPO3 frontend user in Fluid. But somehow, TYPO3 (version 9.5) or Fluid seems to cache data, so a logged in frontend user sometimes sees the name of…
derhansen
  • 2,542
  • 13
  • 24
1
2 3
63 64