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
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an