Bug #32711
Call to deprecated function in pushfile.php
| Status: | Resolved | Start date: | 2011-12-19 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | 2011-12-22 | |
| Assignee: | Stefan Busemann | % Done: | 100% |
|
| Category: | pushfile | Spent time: | - | |
| Target version: | 0.9.x | Estimated time: | 1.00 hour | |
| Votes: | 0 |
Description
Hi,
in line 56 of pushflie.php you are using a call to t3lib_div::makeInstanceClassName(); which is deprecated since 4.3 and was removed in 4.6.
So: the pushfile functionality is non-functional in TYPO3 4.6 please fix this ASAP
thank you very much,
Seb
Associated revisions
Bug #32711 (Resolved): Call to deprecated function in pushfile.php
Bug #32711 (Resolved): Call to deprecated function in pushfile.php
History
Updated by Sebastian Steinmetz over 1 year ago
- File pushfile.patch added
This is a tiny little patch for this issue.
It is recommended to use
t3lib_div::makeInstance()
instead of
t3lib_div::makeInstanceClassName()
Updated by Stefan Busemann over 1 year ago
- Due date set to 2011-12-22
- Category set to pushfile
- Status changed from New to Resolved
- Target version set to 0.9.x
- % Done changed from 70 to 100
- Estimated time set to 1.00
is allready in trunk, will port it to 0.8.x