-
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
Cache-problem with postVarSets on detail-pages #263
Comments
this is related to
the problem is, that if a backend user is logged in, realurl does not use the urlcache. This seems to be changed in the current development version https://github.com/dmitryd/typo3-realurl/blob/development/Classes/Utility.php#L120 |
Help is not provided in the bug tracker. This place is only for actual confirmed bug reports. |
@dmitryd why not just add a label "question / comment"? |
and just by the way: this issue actually is a real problem that we also had and required quite some debugging. so we are not happy with the change introduced in 2.0.15 either... |
Each project has its own rules. This project does not allow questions in the issue tracker. See Bug reporting. There are several simple reasons:
Therefore there will be no questions/answers here.
And can't people see what's written on the project page? |
When I use this with realURL 2.0.15:
'postVarSets' => array( '_DEFAULT' => array('news' => array( array( 'GETvar' => 'tx_news_pi1[action]', ), array( 'GETvar' => 'tx_news_pi1[controller]', ), array( 'GETvar' => 'tx_news_pi1[news]', ), ),), ),
then I get a correct link, but I get for every detail-page the same content on the page.
That is a cache problem.
This code worked with realURL 1, but why doesn´t it work with version 2 correct?
Example:
/meldung/news/detail/News/210.html
/meldung/news/detail/News/217.html
The links are OK, but with the second link I get the same content like with the other link.
I tested it in 2 different webs with TYPO3 6.2 and 7.6...
The text was updated successfully, but these errors were encountered: