简体   繁体   English

realurl prevar语言并获取参数

[英]realurl prevar language and get parameter

I have a strange problem: TYPO3 7.6 with realul 2.2.1 我有一个奇怪的问题:TYPO3 7.6与realul 2.2.1

I got a page with a form. 我有一个带有表单的页面。 One field of the form gets prefilled via get-parameter (sysid=xxxxx). 表单的一个字段通过get-parameter(sysid = xxxxx)预填充。

The site is multilanguage: german->0, english->1, mapped via prevars '' and en. 该站点是多国语言:德语-> 0,英语-> 1,通过prevars''和en映射。

When I call the page via www.domain.tld/form-page/?sysid=xxxxx I can fetch the get parameter and fill the field. 当我通过www.domain.tld / form-page /?sysid = xxxxx调用页面时,可以获取get参数并填写字段。

When I call the page via www.domain.tld/en/form-page/?sysid=xxxxx I get a 404. That's weired because www.domain.tld/en/form-page/ works without any problems. 当我通过www.domain.tld / en / form-page /?sysid = xxxxx调用页面时,我得到了404。这很奇怪,因为www.domain.tld / en / form-page /可以正常工作。

I tried several settings (eg exclude sysid from chash generation) but nothing worked. 我尝试了几种设置(例如,从chash生成中排除sysid),但没有任何效果。

Any hints what I could do? 有什么提示我可以做什么?

One additional note: the getvar links are not generated in TYPO3, the are called via barcodes. 还有一点需要注意:getPO链接不是在TYPO3中生成的,而是通过条形码调用的。

I cannot reproduce your problem on the same versions of T3 and realurl. 我无法在相同版本的T3和realurl上重现您的问题。 And I guess (wild guess), it is not a realurl problem, but a TYPO3-core problem. 而且我猜(猜测很自然),这不是一个Realurl问题,而是一个TYPO3核心问题。 Could you try calling the page via: www.domain.tld/index.php?id=XX&L=1&sysid=xxxxx 您可以尝试通过以下方式调用该页面:www.domain.tld / index.php?id = XX&L = 1&sysid = xxxxx

Furthermore investigate and tell us your settings of [FE][pageNotFound_handling] and according (installtool/LocalConfiguration). 进一步调查并告诉我们您的[FE] [pageNotFound_handling]设置并根据(installtool / LocalConfiguration)。

Nevermind. 没关系。 Error occured because I didn't adjust the realurl-setting for the domain after moving to live. 发生错误是因为我在迁移后未调整域的realurl设置。 Therefore automatic configuration took place and that didn't work. 因此,进行了自动配置,但不起作用。 With manual conf it works. 使用手动配置,它可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM