Bug #30197
Typo3 4.6 compatibility (t3lib_div::GPvar)
| 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
Resolved Bug #30197
Resolved Bug #30197
Bug #30197 (Resolved): Typo3 4.6 compatibility (t3lib_div::GPvar)
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