Bug #36724
Fatal error: Class 't3lib_utility_Math' not found
| Status: | Resolved | Start date: | 2012-04-30 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Martin Tepper | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Linkhandler is not compatible to Typo3 4.5 since svn revision r54989
class t3lib_utility_Math was first introduced in Typo3 4.6 !
E.g. the call of News-Tab in link-wizard throws the following error:
Fatal error: Class 't3lib_utility_Math' not found in /srv/www/sw-unna.de/v2/typo3conf/ext/linkhandler/classes/class.tx_linkhandler_recordTab.php on line 171
Typo3 4.5.15
linkhandler 1.0.5 r61001
Related issues
| related to AOE linkhandler - Bug #43174: Fatal error: Class 't3lib_utility_Math' not found (2) | New | 2012-11-20 |
History
Updated by Michael Klapper about 1 year ago
- Status changed from New to Accepted
- Assignee set to Martin Tepper
Updated by Boris Glusmann about 1 year ago
fixed in r61276
Updated by Martin Tepper about 1 year ago
- Status changed from Accepted to Resolved
Updated by Boris Glusmann 6 months ago
Didn't had fixed in service/class.tx_linkhandler_tcemain.php on line 91.
if ( array_key_exists('previewPageId', $handlerConfigurationStruct[$selectedConfiguration]) && (t3lib_utility_Math::convertToPositiveInteger($handlerConfigurationStruct[$selectedConfiguration]['previewPageId']) > 0) ) {