|
autor: Franz Holzinger
|
Datum: 21-11-13 16:57:25
|
| |
Das Problem dabei ist, dass der Code in der Extension static_info_tables verändert worden ist. Und leider ist es nicht mehr kompatibel zum früheren Code.
$staticInfo = t3lib_div::getUserObj('&tx_staticinfotables_pi1');
$staticInfo->init();
Es muss irgendwie die fehlende Klasse tx_staticinfotables_pi1 aus den früheren Versionen von static_info_tables in die neue hineinkopiert werden.
Alternative: Update auf tt_products 2.7.6
|
| |
|