Bug #23286
Use of undefined method t3lib_div::sanitizeLocalUrl()
Start date:
2010-07-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After updating from 4.1.13 to 4.1.14 these errors occur:
On logout from BE:
Fatal error: Call to undefined method t3lib_div::sanitizeLocalUrl() in /usr/local/lib/typo3/typo3_src-4.1.14/typo3/logout.php on line 75
On clearing all caches:
Fatal error: Call to undefined method t3lib_div::sanitizeLocalUrl() in /usr/local/lib/typo3/typo3_src-4.1.14/typo3/tce_db.php on line 115
(issue imported from #M15260)
Files
Related issues
Updated by Michael Raberger over 10 years ago
i can confirm this error !
there is a function called sanitizeBackEndUrl in class.t3lib_div.php on line 3569
from the changelog of TYPO3 4.2.11
Follow-up to bugfix #21346: Renamed sanitizeBackEndUrl() to sanitizeLocalUrl() in t3lib_div