forked from PHORAX/formhandler
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi,
is there a documentation of the changes needed for a setup thats working fine in TYPO3 v11 (with the 8.x branch of Formhandler) to TYPO3 v12.4.x (with Formhandler 9.x (? is that the right version? or does v8.x work in v12 - maybe I borked it and prematurely assumed I need v9)
I assume from looking through the typoscript of v9.0 that
plugin.tx_formhandler_pi1.has changed toplugin.tx_formhandler_form.- the Classes and settings for the validators, finishers etc have changed (?)
from, for example:
… settings.loggers {
10 {
class = \Typoheads\Formhandler\Logger\DB
config {
disableIPlog = 1
}
}
}
to
… settings.loggers {
Database {
model = Database
config {
disableIPlog = 1
}
}
}
and the form rendering is now in fluid and no more marker based template?
currently I'm stuck. I don't get any errors, but I don't get a form in the frontend, so any hints are greatly appreciated :)
thanks so much for keeping Formhandler alive,
Best,
Tom
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels