Project

General

Profile

Actions

Bug #61017

closed

TCEMAIN.clearCacheCmd does not trigger

Added by Andreas Rothenhäuser over 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
DataHandler aka TCEmain
Target version:
Start date:
2014-08-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #52235: Timeout when copying pages recursively due to cache-clearing overloadClosed2013-09-24

Actions
Actions #1

Updated by Markus Klein over 9 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.

Actions #2

Updated by Andreas Rothenhäuser over 9 years ago

Tried it again with 6.2.4 with same output.

Actions #3

Updated by Markus Klein over 9 years ago

  • Status changed from Needs Feedback to New
  • Target version set to next-patchlevel

Thanks for testing.

Actions #4

Updated by Markus Klein over 9 years ago

  • Category changed from TypoScript to DataHandler aka TCEmain
  • Status changed from New to Accepted
  • Priority changed from Should have to Must have
Actions #5

Updated by Markus Klein over 9 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

Actions #6

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Accepted to Needs Feedback
  • Assignee set to Andreas Rothenhäuser
Actions #7

Updated by Riccardo De Contardi almost 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
Actions #8

Updated by Markus Klein almost 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.

Actions #9

Updated by Riccardo De Contardi almost 9 years ago

Sorry, I read in a rush :)

Actions #10

Updated by Alexander Opitz almost 9 years ago

While reading the source, moving a record have also an issue, only destination gets cleared.

Actions #11

Updated by Gerrit Code Review almost 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

Actions #12

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Under Review to In Progress
  • Assignee changed from Andreas Rothenhäuser to Alexander Opitz
Actions #13

Updated by Gerrit Code Review almost 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

Actions #14

Updated by Gerrit Code Review almost 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

Actions #15

Updated by Gerrit Code Review almost 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

Actions #16

Updated by Gerrit Code Review almost 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

Actions #17

Updated by Alexander Opitz almost 9 years ago

  • Target version changed from 6.2.13 to 6.2.14
Actions #18

Updated by Gerrit Code Review almost 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

Actions #19

Updated by Alexander Opitz almost 9 years ago

  • Target version changed from 6.2.14 to 6.2.15
Actions #20

Updated by Alexander Opitz over 8 years ago

  • Target version changed from 6.2.15 to 6.2.16
Actions #21

Updated by Gerrit Code Review over 8 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

Actions #22

Updated by Jigal van Hemert over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #23

Updated by Gerrit Code Review over 8 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

Actions #24

Updated by Gerrit Code Review over 8 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

Actions #25

Updated by Gerrit Code Review over 8 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

Actions #26

Updated by Gerrit Code Review over 8 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

Actions #27

Updated by Jan Helke over 8 years ago

  • Status changed from Under Review to Resolved
Actions #28

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF