[TYPO3-english] Formhandler gives me trouble
Jeppe Donslund
jd at masters.dk
Wed Feb 9 14:47:18 CET 2011
Installing Formhandler gives me trouble.
Caught exception: Missing finishers! The Flexform contains
'my at email.com' but typoscript configuration is incomplete. Please add :
Tx_Formhandler_Finisher_Mail
File:
/var/www/www.domain.dk/www/typo3conf/ext/formhandler/Classes/Utils/Tx_Formhandler_StaticFuncs.php(546)
I have this in my TypoScript
plugin.Tx_Formhandler.settings {
validators.1.class = Validator_Default
validators.1.config {
name {
errorCheck.1 = required
}
email {
errorCheck.1 = required
errorCheck.2 = email
}
}
finishers.1.class = FinisherMail
finishers.1.config {
admin {
to_email = my at email.com
sender_email = my at email.com
}
user {
to_email = email
sender_email = my at email.com
subject = My subject
}
}
}
Shouldn't it work?
Kind regards
Jeppe Donslund
More information about the TYPO3-english
mailing list