Bug #20566
function getTreeList() doesn't use the caching framework
| Status: | Needs Feedback | Start date: | 2009-06-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Rupert Germann | % Done: | 0% |
|
| Category: | Caching | |||
| Target version: | - | |||
| TYPO3 Version: | 4.3 | Complexity: | ||
| PHP Version: | 5.2 | |||
| Votes: | 4 (View) |
Description
function getTreeList() in class tslib_content has a caching machanism for already generated lists but it uses direct db calls for this instead of the new caching framework.
solution: connect it to the caching framework
Attention db update needed: since the structure of table cache_treelist was not compatible with the caching framework I had to change the db sheme for this table.
Since also the KEY definitions where changed it could be that you have to delete the table with phpmyadmin and recreate it in the install tool -> db-compare
(issue imported from #M11265)
History
Updated by Rupert Germann almost 4 years ago
added v3 patch
only difference is the "id autoinc column" in sql
reason for adding this are problems with missing auto_inc columns and replication I found here in the bugtracker:
http://bugs.typo3.org/view.php?id=11184
http://bugs.typo3.org/view.php?id=10496
http://bugs.typo3.org/view.php?id=10508
greets
rupert
Updated by Alexander Opitz 17 days ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?