Bug #63678
closedFlexform based front end plugin getting fatal error while calling pi_getFFvalue
0%
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
Updated by Georg Ringer almost 10 years ago
- Status changed from New to Needs Feedback
see my comment in #63677! I guess you are working with the wrong sources!
Updated by Alexander Opitz almost 10 years ago
Hi, it seams you updated an older version of TYPO3 with TYPO3 CMS 6.2.
But you only copied the new source over the old without removing the old one. As there are not only file changes you need to remove the old code before copy the new source into the same location.
Updated by shanmugarajan k almost 10 years ago
Thanks.. Yes.
Now, i just checked with fresh source code.. Its works.
Thanks a lot
Updated by Alexander Opitz almost 10 years ago
- Status changed from Needs Feedback to Closed