CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #35741

Methode doesn't exist getPagesTSconfig() in class.tx_tagpack_api:80

Added by Rik Willems about 1 year ago. Updated about 1 year ago.

Status:New Start date:2012-04-06
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

When I save a (new) record I get this error. The API file calles this function while $GLOBALS['TSFE'] is not an object.
$GLOBALS['TSFE']->getPagesTSconfig();

in stead of

is_object($GLOBALS['TSFE'])

we should do
method_exists($GLOBALS['TSFE'], 'getPagesTSconfig')


Related issues

duplicates Tag Pack - Bug #11596: [patch] formhandler incompatibility Under Review 2010-12-20

History

Updated by Adrien Crivelli about 1 year ago

This is a duplicate of #11596

Updated by Adrien Crivelli about 1 year ago

A public fork of tagpack integrates this patch and is available at https://github.com/Ecodev/tagpack

Also available in: Atom PDF