Project

General

Profile

Actions

Bug #78292

closed

TYPO3 6.2.27 creates wrong cache files

Added by Muriel le Pair over 7 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2016-10-14
Due date:
% Done:

0%

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

Description

TYPO3 6.2.27
PHP 5.4.45

I have updated a multidomain configuration to TYPO3 6.2.27.
Sometimes the cache files are created incorrect, resulting in a nasty error (the odd thing is that some sites will work and others will produce the following error (all sites use the extension):

Oops, an error occurred!
Table '[DB].tx_sfaccordion_domain_model_ttcontent' doesn't exist
refering to: https://wiki.typo3.org/Exception/CMS/1247602160

The mapping seems to be correct:

#sf: added
    persistence {
        classes {
            SF\SfAccordion\Domain\Model\TtContent {
                subclasses {
                    itemrows = SF\SfAccordion\Domain\Model\Plugins\ItemRows
                }
            }
            SF\SfAccordion\Domain\Model\Plugins\ItemRows {
                mapping {
                    #ctype
                    recordType = sfaccordion_pi1 
                    tableName = tt_content
                    columns {
                        tx_sfaccordion_content.mapOnProperty = rows
                    }
                }
            }
        }
    }

When I go to 'Install' > click on 'Remove all cache', the site works again. But then all of a sudden the error reappears.
So it looks like sometimes the cache is created wrong.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #75399: Extbase: Class/Table Mapping doesn't work sometimesClosedMarkus Klein2016-04-04

Actions
Actions #1

Updated by Wouter Wolters over 7 years ago

  • Status changed from New to Rejected

Hi thanks for reporting. This is a duplicate ticket. Please continue in #75399

Actions

Also available in: Atom PDF