CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #32711

Call to deprecated function in pushfile.php

Added by Sebastian Steinmetz over 1 year ago. Updated over 1 year ago.

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

pushfile.patch - patch for the pushfile.php (563 Bytes) Sebastian Steinmetz, 2011-12-19 22:52

Associated revisions

Revision 55767
Added by Stefan Busemann over 1 year ago

Bug #32711 (Resolved): Call to deprecated function in pushfile.php

Revision 55767
Added by Stefan Busemann over 1 year ago

Bug #32711 (Resolved): Call to deprecated function in pushfile.php

History

Updated by Sebastian Steinmetz over 1 year ago

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

Also available in: Atom PDF