typo3-9.x

TYPO3: all urls show the start page (How to debug?)

流过昼夜 提交于 2020-06-17 09:09:43
问题 I have an installation with TYPO3 9LTS where all URls show the start page after the last deployment. Our system has a deployment in three steps: dev, test, prod. I have build new features on dev and got it working so I deployed it to the test system (including an update to the latest version 9.5.18 of TYPO3). On the testsystem (which worked nicely before) I can see only the startpage as all URLs (which are calculated correctly) result in showing the startpage. With ext:realurl I cold inspect

Installation of TYPO3 v9.5 fails in last step because of missing PHP library “argon2i”

徘徊边缘 提交于 2020-05-14 12:11:11
问题 I am trying to install TYPO3 v9.5.3 for the first time and fail in the last step of the installation routine (after submitting the form with the login details for the admin user). As far as I could track this issue down, I think the problem is that I don't have the required library for argon2i compiled into PHP. Now I found a very similar problem description here, but I am not able to change the algorithm in the process of the installation. Is there a way to use "bcrypt" or "phpass" right

Installation of TYPO3 v9.5 fails in last step because of missing PHP library “argon2i”

放肆的年华 提交于 2020-05-14 12:09:25
问题 I am trying to install TYPO3 v9.5.3 for the first time and fail in the last step of the installation routine (after submitting the form with the login details for the admin user). As far as I could track this issue down, I think the problem is that I don't have the required library for argon2i compiled into PHP. Now I found a very similar problem description here, but I am not able to change the algorithm in the process of the installation. Is there a way to use "bcrypt" or "phpass" right

TYPO3 v9.5 Sites: Language Redirects

北慕城南 提交于 2020-04-30 16:32:32
问题 I am using TYPO3 v9.5 LTS. The following languages are defined: 0 = en 1 = de Site Config General: [base] = / Site Config Language 0 (EN): [base] = /en/ Site Config Language 1 (DE): [base] = /de/ Now when you access the domain without any URL segment for the language, the user gets always redirected to the default language (en) instead if the proper browser language of the user (de). Am I missing any configuration parameter in order to get a proper language redirect? Or do I need make any

Multisite TYPO3 v9, distinct robots.txt for multiple domains on one rootpage

扶醉桌前 提交于 2020-04-30 06:46:47
问题 For marketing purposes do I maintain one identical website with two different domains, in TYPO3 v8 I would simply add a domain record on the root page and create a personalised robots.txt with typoscript for each site trough realurl) ... With v9 I cannot find a way to do this, I tried to enter various anottations in config.yaml manually, but nothing works (i.e. I tried to replicate the annotation for the url)... routes: - route: robots.txt type: staticText content: "User-agent: *\r\nDisallow:

Multisite TYPO3 v9, distinct robots.txt for multiple domains on one rootpage

我的未来我决定 提交于 2020-04-30 06:46:20
问题 For marketing purposes do I maintain one identical website with two different domains, in TYPO3 v8 I would simply add a domain record on the root page and create a personalised robots.txt with typoscript for each site trough realurl) ... With v9 I cannot find a way to do this, I tried to enter various anottations in config.yaml manually, but nothing works (i.e. I tried to replicate the annotation for the url)... routes: - route: robots.txt type: staticText content: "User-agent: *\r\nDisallow:

“Controller does not exist. Reflection failed.” TYPO3

牧云@^-^@ 提交于 2020-02-21 06:58:11
问题 I am working on my own extension in TYPO3 (v 9.5.12) and when I click on my extension via Admin Tools, an error message pops up: The log reads following error message: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1278450972: Class Secsign\Secsign\Controller\SecsignController does not exist. Reflection failed. | TYPO3\CMS\Extbase\Reflection\Exception\UnknownClassException thrown in file C:\xampp\htdocs\Typo9\public\typo3\sysext\extbase\Classes\Reflection\ReflectionService.php in

“Controller does not exist. Reflection failed.” TYPO3

我怕爱的太早我们不能终老 提交于 2020-02-21 06:58:07
问题 I am working on my own extension in TYPO3 (v 9.5.12) and when I click on my extension via Admin Tools, an error message pops up: The log reads following error message: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1278450972: Class Secsign\Secsign\Controller\SecsignController does not exist. Reflection failed. | TYPO3\CMS\Extbase\Reflection\Exception\UnknownClassException thrown in file C:\xampp\htdocs\Typo9\public\typo3\sysext\extbase\Classes\Reflection\ReflectionService.php in

TYPO3 9.5.3 News Archiv and Route Enhancers

ぐ巨炮叔叔 提交于 2020-01-15 09:46:09
问题 I included the RouteEnhancers for the News Plugin and there working as exspected for News List and News Detail Pages. Now i try to implement the DateMenu Archiv and there i have some Problems. My config.yaml looks like that. routeEnhancers: PageTypeSuffix: type: ForceAppendingSlash NewsPlugin: type: Extbase extension: News plugin: Pi1 routes: - routePath: '/news/{page}' _controller: 'News::list' _arguments: page: '@widget_0/currentPage' - routePath: '/{news_title}' _controller: 'News::detail'

TYPO3-Slug not working with multiple arguments in f:link.action

霸气de小男生 提交于 2020-01-04 11:10:13
问题 I try to create speaking URL out of an action-link in TYPO3 9.5 to let the next page know from where the user came from. When I use this code for the action-link: <f:link.action pageUid="296" action="show" controller="Author" arguments="{author : blogentry.author, categoryParent : filtercategories.uid}"> {blogentry.author.firstname} {blogentry.author.surename} </f:link.action> and this in my config.yaml: BlogAuthorPluginShow: type: Extbase extension: Blog plugin: Blogauthors routes: -