Hallo,
ich habe ein Problem bei der Integration von tt_products (Version 2.8.8) und div2007 (1.6.9).
Im Frontend erscheint die Fehlermeldung "Oops an error occured...".
Im Log gibt es folgenden Fehler dazu:
TYPO3\\CMS\\Core\\Error\\Exception: PHP Warning: Declaration of tx_ttproducts_language::init($pObj, $cObj, &$conf, $scriptRelPath) should be compatible with tx_div2007_alpha_language_base::init($cObj, $extKey, $conf, $scriptRelPath)
Die statischen TS-Templates sind eingebunden.
Folgendes TS-Setup hatte leider keine Wirkung:
plugin.tt_products {
conf.tt_products.ALL {
language >
language.type = noTranslation
}
conf.tt_products_cat.ALL {
language >
language.type = noTranslation
}
conf.pages.ALL {
language >
language.type = noTranslation
}
}
Kennt jemand diesen Fehler bzw. weiß wie man diesen umgehen kann?
Lg Peter