Actions
Bug #19858
closedCall to undefined method t3lib_div::calluserfunc() in class.tslib_fe.php
Start date:
2009-01-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Tested with TYPO3 4.3dev Rev. 4754.
When activating the extension "simulatestatic", the frontend crashes with fatal error:
Call to undefined method t3lib_div::calluserfunc() in typo3\sysext\cms\tslib\class.tslib_fe.php on line 3810
calluserfunc() does not exist in t3lib_div, but callUserFunction. I tried to adapt the Code, but then this fatal error comes:
Cannot pass parameter 2 by reference in typo3\sysext\cms\tslib\class.tslib_fe.php on line 3818
Workarround: deactivate extension "simulatestatic".
(issue imported from #M10190)
Files
Updated by Oliver Hader over 15 years ago
Please test whether the attached patch solves this issue...
Actions