Bug #61017
closedTCEMAIN.clearCacheCmd does not trigger
100%
Description
the deletion of a (tt_news-) record does not trigger TCEMAIN.clearCacheCmd, although deletion is quite an important change to any record in my oppinion.
problem occurrs with:
typo3 6.2.0
Updated by Markus Klein over 10 years ago
- Status changed from New to Needs Feedback
Please update to 6.2.4 and try again. There have been hundreds of bugfixes between 6.2.0 and 6.2.4.
Updated by Andreas Rothenhäuser about 10 years ago
Tried it again with 6.2.4 with same output.
Updated by Markus Klein about 10 years ago
- Status changed from Needs Feedback to New
- Target version set to next-patchlevel
Thanks for testing.
Updated by Markus Klein about 10 years ago
- Category changed from TypoScript to DataHandler aka TCEmain
- Status changed from New to Accepted
- Priority changed from Should have to Must have
Updated by Markus Klein about 10 years ago
- Complexity set to medium
- Is Regression changed from No to Yes
The problem here is, that the DataHandler fails to fetch the TSconfig of the page, where the record originally resided.DataHandler::processClearCacheQueue()
calls BackendUtility::getTSCpid($table, $uid, '')
which does not return a PID.
It internally relies on BackendUtility::getTSconfig_pidValue()
, which tries to load (the just deleted) record and fails to do so.
This is a regression to #52235
Updated by Riccardo De Contardi over 9 years ago
- Status changed from Accepted to Needs Feedback
- Assignee set to Andreas Rothenhäuser
Updated by Riccardo De Contardi over 9 years ago
Sorry I missed the description:
I set up a minimal "enviroment" with tt_news and TYPO3 6.2.12
My pagetree
[0]Home page
[9]List news
[14]Detail
[13]News folder
I put some news record in "[13]News folder" and they become visible in FE when I set on the TSConfig field of "[13]News folder":
TCEMAIN.clearCacheCmd=9,14
Do you think I should do something else to reproduce the issue? Do you still experience it? Or it could be closed?
Thank you for your feedback
Updated by Markus Klein over 9 years ago
- Status changed from Needs Feedback to Accepted
- Target version changed from next-patchlevel to 6.2.13
- Sprint Focus set to Stabilization Sprint
Riccardo, this is about deleting a record.
Updated by Alexander Opitz over 9 years ago
While reading the source, moving a record have also an issue, only destination gets cleared.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Alexander Opitz over 9 years ago
- Status changed from Under Review to In Progress
- Assignee changed from Andreas Rothenhäuser to Alexander Opitz
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Gerrit Code Review over 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Gerrit Code Review over 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Alexander Opitz over 9 years ago
- Target version changed from 6.2.13 to 6.2.14
Updated by Gerrit Code Review over 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Alexander Opitz over 9 years ago
- Target version changed from 6.2.14 to 6.2.15
Updated by Alexander Opitz about 9 years ago
- Target version changed from 6.2.15 to 6.2.16
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39766
Updated by Jigal van Hemert almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 725dae22868818ca2bbd8fd5479deef0a505c272.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45213
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45213
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45213
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45213
Updated by Jan Helke almost 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 36de9bf6097b9283d495c508a8948c8a28e569c1.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed