Project

General

Profile

Actions

Bug #24161

closed

stdWrap unavailable after refactoring of tslib_content

Added by Ingo Renner over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
-
Target version:
-
Start date:
2010-11-22
Due date:
% Done:

0%

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

Description

Some older extensions like EXT:metatags try to call stdWrap() directly on the content object's $this. In the case of EXT:metatags $this is an instance of tslib_content_PhpScript. The stdWrap() method is implemented neither in tslib_content_PhpScript, nor in tslib_content_Abstract, which of course leads to a fatal error.

Solution:
Add a stdWrap() compatibility wrapper in tslib_content_Abstract.

Install and configure EXT:metatags

(issue imported from #M16507)


Files

16507.diff (718 Bytes) 16507.diff Administrator Admin, 2010-11-22 12:59

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23162: Refactoring of content objects of tslib_contentClosedSteffen Kamper2010-07-13

Actions
Actions #1

Updated by Ingo Renner over 13 years ago

committed (with deprecation log) to trunk (4.5) in r9500

Actions #2

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF