Project

General

Profile

Actions

Bug #59851

closed

Image thumbnails sometimes in backend not shown

Added by Oliver Hader almost 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-06-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Sometime the image thumbnails in the page module are not shown in the TYPO3 backend.
The reason for that could be missing reference count values in tt_content.image.

A work-around is to update those counters in SQL (don't use if workspaces are enabled and used):

UPDATE tt_content
SET image=(SELECT COUNT(*) FROM sys_file_reference
WHERE uid_foreign = tt_content.uid) WHERE uid IN (SELECT uid_foreign FROM sys_file_reference);

Actions #1

Updated by Mathias Schreiber about 9 years ago

  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Ingo Schmitt about 9 years ago

Can't reproduce. Maybee it could happen, if the converter to FAL from a previous version was not working fine. But the current converter works fine..

Actions #3

Updated by Ingo Schmitt about 9 years ago

  • Status changed from New to Closed
Actions #4

Updated by Anja Leichsenring over 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions

Also available in: Atom PDF