[TYPO3-german] Fast erledigt: Re: Nochmal formhandler

Peter Kühnlein peter at function2form.net
Mon May 13 11:45:00 CEST 2013


Am 13.05.2013 11:30, schrieb Peter Kühnlein:
> Moin Liste -
>
> ich hoffe, alle haben das Wochenende gut überlebt.
>
> Seit ein paar Tagen quäle ich mich mit Formhandler rum... und krieg's 
> nicht gebacken. Im Moment hab ich dieses erste Problem: Schalte ich 
> den Debug-Mode ein, bekomme ich angezeigt "Rufe Klasse 
> "Tx_Formhandler_Interceptor_Filtreatment" auf!" obwohl ich an keiner 
> Stelle diesen Interceptor eingebunden habe.
OK... manchmal löst das Stellen der Frage die Frage halb... "This 
Interceptor is added automatically by Formhandler."

Allerdings: *Tx_Formhandler_Finisher_Mail* meldet mir im Debug-Modus: 
"Attachment nicht gefunden: !" Immer noch das gleiche TS... ich will 
kein Attachment einbinden... ich hab im Formular auch gar nichts dafür 
vorgesehen...

plugin.Tx_Formhandler.settings {
  debug = 1
   templateFile = fileadmin/kontakt/form.html
   langFile = fileadmin/kontakt/form.xml

   finishers {
         1.class = Tx_Formhandler_Finisher_Mail
         1.config {
             limitMailsToUser = 5
             admin {
               to_email = email1
               sender_email = email2
               subject = TEXT
               subject.value = Nachricht vom Kontaktformular
             }
             user {
               to_email = email2
               sender_email = email1
               subject = TEXT
               subject.value = Kontaktaufnahme
             }
         }
         2.class = Tx_Formhandler_Finisher_SubmittedOK
         2.config.returns = 1
     }
}

Sorry for spamming the list...
Peter

-- 

http://function2form.net
http://peter-kuehnlein.net

"Although men have become gentle these days because of their lack of vitality, this does not mean that they are inferior in being crazy to die. That has nothing to do with vitality."
(Hagakure)



More information about the TYPO3-german mailing list