Project

General

Profile

Actions

Bug #63678

closed

Flexform based front end plugin getting fatal error while calling pi_getFFvalue

Added by shanmugarajan k over 9 years ago. Updated over 9 years ago.

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 #1

Updated by Georg Ringer over 9 years ago

  • Status changed from New to Needs Feedback

see my comment in #63677! I guess you are working with the wrong sources!

Actions #2

Updated by Alexander Opitz over 9 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.

Actions #3

Updated by shanmugarajan k over 9 years ago

Thanks.. Yes.

Now, i just checked with fresh source code.. Its works.

Thanks a lot

Actions #4

Updated by Alexander Opitz over 9 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF