Project

General

Profile

Actions

Bug #31290

closed

Core uses deprecated functions

Added by Markus Klein over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2011-10-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

The just released Core 4.6 still uses deprecated functions internally:

t3lib_cache_backend_DbBackend->setCacheTable() - since TYPO3 4.6: The backend calculates the table name internally, this method does nothing anymore - require#55 // include#377 // t3lib_cache_Factory->create#2796 // t3lib_div::makeInstance#83 // ReflectionClass->newInstanceArgs#4924 // t3lib_cache_backend_AbstractBackend->__construct# // t3lib_cache_backend_DbBackend->setCacheTable#84 // t3lib_div::logDeprecatedFunction#379 (_src_4-6/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php#378)
t3lib_cache_backend_DbBackend->setTagsTable() - since TYPO3 4.6: The backend calculates the table name internally, this method does nothing anymore - require#55 // include#377 // t3lib_cache_Factory->create#2796 // t3lib_div::makeInstance#83 // ReflectionClass->newInstanceArgs#4924 // t3lib_cache_backend_AbstractBackend->__construct# // t3lib_cache_backend_DbBackend->setTagsTable#84 // t3lib_div::logDeprecatedFunction#401 (_src_4-6/t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php#400)
tslib_fe->ADMCMD_preview() - since TYPO3 4.6, should be removed in TYPO3 4.8, this is now in Tx_Version - require#78 // tslib_fe->ADMCMD_preview#214 // t3lib_div::logDeprecatedFunction#1643 (_src_4-6/typo3/sysext/cms/tslib/class.tslib_fe.php#1642)

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #27931: Move workspace preview functionality into versioning / workspaceClosedBenni Mack2011-07-07

Actions
Actions

Also available in: Atom PDF