-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
it would be very nice to be able to use wv_form_db_insert.
My goal is to be able to store data in a database-table. The user should not be a frontend user.
I tried it in according
https://docs.typo3.org/typo3cms/extensions/wv_form_db_insert/Configuration.html#full-example
but I always get the following error message (also when I try to use the table fe_users):
Uncaught TYPO3 Exception
#1: PHP Catchable Fatal Error: Argument 1 passed to WebVision\WvFormDbInsert\Form\PostProcessor\DbInsert::insertDataIntoDb() must be of the type array, null given, called in ............... /typo3conf/ext/wv_form_db_insert/Classes/Form/PostProcessor/DbInsert.php on line 69 and defined in ................/typo3conf/ext/wv_form_db_insert/Classes/Form/PostProcessor/DbInsert.php line 81 (More information)
Maybe you have some advice why this happen? I use typo3 7.6.11 and wv_form_db_insert 1.1.0 (also git-version from 2016-10-04).
Many thanks and best wishes.
Franz