[TYPO3-german] formhandler 2.4 eigene Interceptor class laden
Matthias Leiser
m_leiser at bluewin.ch
Wed May 3 13:38:29 CEST 2017
Hallo
Ich hatte bis formhandler 2.0.2 (TYPO3 6.2.x) eigene Interceptor Klassen wie folgt geladen und eingebunden:
plugin.Tx_Formhandler.settings.predef {
myform {
...
additionalIncludePaths.1 = fileadmin/scripts/php/
initInterceptors {
10.class = Interceptor_MyClass
}
}
}
Nun geht das bei formhandler 2.4.0 (TYPO3 7.6.18) nicht mehr.
Es spuckt mir immer den Fehler:
Could not analyse class: "Typoheads\Formhandler\Interceptor\MyClass" maybe not loaded or no autoloader? Class Typoheads\Formhandler\Interceptor\MyClass does not exist
File: /home/httpd/vhosts/domain.com/t3_core/typo3_src-7.6.18/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php(37)
Wie binde ich nun bei formhandler 2.4.0 eigene Interceptor Klassen ein?
Besten Dank
MaLe
More information about the TYPO3-german
mailing list