Task #33849
Using deprected functions
| Status: | Accepted | Start date: | 2012-02-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 4.7 | |||
| Votes: | 0 |
Description
Hi,
Just installed a fresh introduction-package 4.6.4.
When i looked through the /typo3conf dir i saw an deprecations_*.log file.
Containing:
10-02-12 18:23: t3lib_cache_backend_DbBackend->setCacheTable() - since TYPO3 4.6: The backend calculates the table name internally, this method does nothing anymore - require#114 // include#377 // t3lib_cache_Factory->create#2431 // t3lib_div::makeInstance#83 // ReflectionClass->newInstanceArgs#4932 // t3lib_cache_backend_AbstractBackend->__construct# // t3lib_cache_backend_DbBackend->setCacheTable#84 // t3lib_div::logDeprecatedFunction#379 (t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php#378) 10-02-12 18:23: t3lib_cache_backend_DbBackend->setTagsTable() - since TYPO3 4.6: The backend calculates the table name internally, this method does nothing anymore - require#114 // include#377 // t3lib_cache_Factory->create#2431 // t3lib_div::makeInstance#83 // ReflectionClass->newInstanceArgs#4932 // t3lib_cache_backend_AbstractBackend->__construct# // t3lib_cache_backend_DbBackend->setTagsTable#84 // t3lib_div::logDeprecatedFunction#401 (t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php#400)
You perhaps already know the deprecated functions, but i thought the introduction packaged should be as clean as possible?
History
Updated by Oliver Hader about 1 year ago
- Status changed from New to Accepted
Will analyze that again, however from your findings it looks more like a TYPO3 Core issue (but could be any extension like tt_news as well).
Updated by Oliver Hader about 1 year ago
- Target version set to 4.6
Updated by Oliver Hader about 1 year ago
- Target version changed from 4.6 to 4.7
Updated by Michael Cannon 9 months ago
Deprecations appear to be from core. Awaiting those fixes before closing this.