Bug #35741
Methode doesn't exist getPagesTSconfig() in class.tx_tagpack_api:80
| 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