in der aktuellen 4.9.4 darf es in den Klassenkonstruktoren in der Datei contenido/classes/contenido/class.keyword.php nicht
Code: Alles auswählen
public function __construct() {
        global $cfg;
        parent::__construct($cfg['tab']['keyword'], 'idkeyword');
        $this->_setItemClass('cApiKeyword');
    } Code: Alles auswählen
public function __construct() {
        global $cfg;
        parent::__construct($cfg['tab']['keywords'], 'idkeyword');
        $this->_setItemClass('cApiKeyword');
    } Ortwin