0

I have an error that occurs in TYPO3 8.7.27.

"An exception occurred while executing 'DELETE tags2, cache1 FROM cf_cache_pages_tags AS tags1 JOIN cf_cache_pages_tags AS tags2 ON tags1.identifier = tags2.identifier JOIN cf_cache_pages AS cache1 ON tags1.identifier = cache1.identifier WHERE tags1.tag IN ('pageId_1')': Deadlock found when trying to get lock; try restarting transaction"

I don't know how it occurs and how to resolve this issue.

Please help me to resolve this issue.

nito
  • 1,157
  • 8
  • 21
Anju Gopi
  • 25
  • 4
  • 1
    Does this answer your question? [How to avoid mysql 'Deadlock found when trying to get lock; try restarting transaction'](https://stackoverflow.com/questions/2332768/how-to-avoid-mysql-deadlock-found-when-trying-to-get-lock-try-restarting-trans) – René Pflamm Jan 31 '20 at 08:07
  • 1
    Have you tried to execute the Database analyzer and cleared all caches in Install Tool? – Marlon Jan 31 '20 at 08:31
  • How did you get to this error? Frontend / Backend / Clearing Cache / Translating Record? – nito Feb 01 '20 at 11:30
  • @nito I had a query like that when I sorted pages by drag and drop in the pagetree in backend. – David Feb 04 '21 at 03:15

0 Answers0