Bug #20566
closedfunction getTreeList() doesn't use the caching framework
0%
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)
Files
Updated by Rupert Germann over 15 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 over 11 years 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)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Rupert Germann) - Is Regression set to No
No feedback for over 90 days.