Actions
Bug #63678
closedFlexform based front end plugin getting fatal error while calling pi_getFFvalue
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-12-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Dear Team,
Please confirm is that valid?
i.e the following function call still exists on \cms\sysext\cms\tslib\lass.tslib_pibase.php
t3lib_div::intInRange
t3lib_div::testInt
Due to that, when ever there is call from the frontend plugin pi1, like this below
$this->pi_getFFvalue( $this->cObj->data['pi_flexform'], 'newfield', 'sDEF' )
Fatal error: Call to undefined method TYPO3\CMS\Core\Utility\GeneralUtility::testInt() in D:\xampp\htdocs\upgrade\cms\sysext\cms\tslib\class.tslib_pibase.php on line 1448
Please verify
Actions