-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realurl no_cache = 1 #494
Comments
See Getting help if you want to ask questions. |
I have made the configuration according to your description. The problem only occurs in Typo3 8.7. |
Same problem in TYPO3 7.6 |
See #549 for possible solutions. |
With a typo3 8.7 installation I installed indexed search and wondered why nothing is indexed.
I found the following: index.php
If ($ GLOBALS ['TSFE'] -> no_cache) echo "No cache is activated!";
After that I came across the following line:
UrlEncoder.php
Line: 1455 (UrlEncoder.php)
If (! $ IsValidLanguageUid) {
$ This-> tsfe-> set_no_cache (
Sprintf ('Bad "L" parameter ("% s") which is detected by realurl.'.
'Page caching is disabled to prevent spreading of wrong' L 'value.',
addslashes ($ sysLanguageUid)
)
);
}
Is that OK?
My language ID is 0.
The text was updated successfully, but these errors were encountered: