Actions
Bug #59907
closedPagesection caching fails - 'Duplicate entry for key PRIMARY' in cache_pagesection when t3lib_extMgm::addTypoScriptSetup is used
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2014-06-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Whenever there is typoscript setup included by an extension through t3lib_extMgm::addTypoScriptSetup
or t3lib_extMgm::addTypoScriptConstants
, the pagesection caching seems to fail.
If the page with pagesection caching is called twice in a second, it causes MySQL Errors.
Ideally, caching should work. A workaround is the patch in http://forge.typo3.org/issues/49177 which stops the MySQL error from appearing, but it doesn't fix the underlying issue.
Actions