[TYPO3-core] FYI: Fixed bug #15260: Use of undefined method t3lib_div::sanitizeLocalUrl()
Gregor Hermens
gregor at a-mazing.de
Wed Jul 28 15:29:30 CEST 2010
Hi Oliver,
Oliver Hader schrieb:
> The following changes were committed to SVN Trunk (rev. 8444)
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=15260
>
> Branch: TYPO3_4-1
>
> Problem:
> 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
>
> Solution:
> Use sanitizeBackendUrl() instead and create a wrapper
> sanitizeLocalUrl(). That method was somehow renamed in all branches
> except TYPO3_4-1.
clearing all caches still leads to an empty page in the left frame after
applying your patch.
$whiteListPattern of t3lib_div::sanitizeBackEndUrl() is missing a ':', so
http://www.example.com/typo3/alt_menu.php doesn't match...
Greetings,
Gregor
--
http://www.a-mazing.de/ | Certified TYPO3 Integrator
More information about the TYPO3-team-core
mailing list