Actions
Bug #27019
closedBackendFormProtection contains 2 abstract methods
Start date:
2011-05-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After trying to upgrade from 4.5.2 to 4.5.3 I get this error:
Fatal error: Class t3lib_formprotection_BackendFormProtection contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (t3lib_formprotection_Abstract::retrieveTokens, t3lib_formprotection_Abstract::persistTokens) in /var/www/typo3_src-4.5.3/t3lib/formprotection/class.t3lib_formprotection_backendformprotection.php on line 89
Cleaning any caches or temp folders doesn't help. I now got back to 4.5.2 until further ideas arrive.
System is a standard debian 6.0.1 with php 5.3.3
Actions