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

Bug #30197

Typo3 4.6 compatibility (t3lib_div::GPvar)

Added by Stefan Sorgen over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2011-09-22
Priority:Must have Due date:2011-09-30
Assignee:Stefan Busemann % Done:

100%

Category:pushfile Spent time: 0.25 hour
Target version:0.9.x
Votes: 0

Description

With the current stable release (v0.6.6) there is an usage of a deprecated method "t3lib_div::GPvar" which is no longer available in typo3 4.6
This error only occurs if you want to download a file (through the script "pushfile.php").

I checked out the newest available version from the repository (v0.7.9) and see that the method still is used for to fetch parameters.

(at this point a short mention, i had also an error with v0.7.9 while downloading a file through the script "pushfile.php";
Fatal error: Class 't3lib_utility_Math' not found in \typo3conf\ext\dam_frontend\DAL\class.tx_damfrontend_DAL_documents.php on line 595;
however, I think this is another problem...)

Refer to the class reference http://typo3.org/fileadmin/typo3api-4.0.0/d3/d3d/classt3lib__div.html#49e6d320cde80d22e8ef0ad0b2d09234
the method t3lib_div::_GP will do the same.

In the version v0.6.6 there is only one usage of GPvar so it's easy to replace this manually in the extension file.
But I hope that this will be adapted in future versions :-)

Associated revisions

Revision 52594
Added by Stefan Busemann over 1 year ago

Resolved Bug #30197

Revision 52594
Added by Stefan Busemann over 1 year ago

Resolved Bug #30197

Revision 52665
Added by Stefan Busemann over 1 year ago

Bug #30197 (Resolved): Typo3 4.6 compatibility (t3lib_div::GPvar)

Revision 52665
Added by Stefan Busemann over 1 year ago

Bug #30197 (Resolved): Typo3 4.6 compatibility (t3lib_div::GPvar)

History

Updated by Stefan Busemann over 1 year ago

  • Due date set to 2011-09-30
  • Status changed from New to Accepted
  • Assignee set to Stefan Busemann
  • Target version set to 0.9.x

Updated by Stefan Busemann over 1 year ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

committed into trunk

Also available in: Atom PDF