Actions
Bug #70254
closedLinks created with $this->pi_list_linkSingle are not accepted by TYPO3 => cHash-Error
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2015-10-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I have occasional problems with old extensions. E.g. links generated with
$this->pi_list_linkSingle('xyz',$this->internal['currentRow']['uid'],1,array(),true, $singlePid);
are not accepted by TYPO3. When I enable [FE][pageNotFoundOnCHashError], then I get a 404-Error in the FE.
The generated links will be denied. That must be a bug, or?
What can I do?
Actions