Project

General

Profile

Actions

Bug #17180

closed

tslib_cObj::enableFields() doesn't work in T3 4.1, 4.1.1

Added by Dominik Deka about 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-04-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In stever_rsscontent extension in pi1/class.tx_steverrsscontent_pi1.php was line containing:
$this->cObj->enableFields("pages", 0)
this method invokes another one:
$GLOBALS['TSFE']->sys_page->enableFields() from t3lib/class.t3lib_page.php

The problem is that in new version of class.t3lib_page.php statement:
$query.= t3lib_pageSelect::getMultipleGroupsWhereClause($field, $table);
is changed for
$query.= $this->getMultipleGroupsWhereClause($field, $table);
Therefore method tslib_cObj::enableFields() doesn't work any more in contect of class tslib_cObj.

(issue imported from #M5346)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #17135: Update from 4.0.5 to 4.1.0 broke my siteClosedMichael Stucki2007-03-20

Actions
Actions #1

Updated by Michael Stucki about 17 years ago

Yes, so apparently the extension must be changed, and not vice versa.

Actions #2

Updated by Dominik Deka about 17 years ago

Ok I agree but where is the sense of keeping not working method?

Maybe tslib_cObj::enableFields() should be removed?

Actions

Also available in: Atom PDF