In the versions I detailed, these components don't work as expected.
I have a form created and installed as a plugin. The form processes well everything but the data action (DB Save).
The current table in use has a name: #__chronoforms_reserva_locacion (with #_ = krua - 4 letters).
Fields are:
So far, I have nothing with the names.
The DB Save settings are as follows:
The array data is:
And in the debug data, no SQL query is shown.
What's going on and how do I fix it? Please don't suggest "disconnect and reconnect" the form bc it doesn't do anything
I have a form created and installed as a plugin. The form processes well everything but the data action (DB Save).
The current table in use has a name: #__chronoforms_reserva_locacion (with #_ = krua - 4 letters).
Fields are:
* id
* uniq_id
* user_id
* created
* modified
* tiempo_alquiler_cantidad
* tiempo_alquiler_periodo
* tiempo_alquiler_precision
* fecha_alquiler
* fecha_alquiler_precision
* fecha_scouting
* fecha_scouting_precision
* presupuesto
* blog_id
* blog_name
* user_name
* user_email
So far, I have nothing with the names.
The DB Save settings are as follows:
* enabled=yes
* table=krua_chronoforms_reserva_locacion
* save under model id=No
* multi save=No
* model id=Data
* external database=No
The array data is:
Array
(
[chronoform] => reserva-locacion
[event] => submit
[Itemid] => 224
[option] => com_easyblog
[id] => 1
[view] => entry
[tiempo_alquiler_cantidad] =>
[tiempo_alquiler_periodo] => dias
[tiempo_alquiler_precision] => fijo
[fecha_alquiler] => 25/09/2014
[fecha_alquiler_precision] => fijo
[fecha_scouting] => 26/09/2014
[fecha_scouting_precision] => fijo
[presupuesto] => 365
[mensaje] => nestor
[captcha] =>
[reserva-submit] => Enviar
[3b3c5cd72ba9fbc6120df4b7d92a292098456639] => 1
[reserva-locacion] =>
[ip_address] => 186.4.136.30
[email] => luisfmasuelli@gmail.com
[user_name] => Nestor Kirchner
[user_email] => nestor@kirchner.com
[blog_id] => 11
[blog_name] => Lorem Ipsum
)
And in the debug data, no SQL query is shown.
What's going on and how do I fix it? Please don't suggest "disconnect and reconnect" the form bc it doesn't do anything
Hi luismasuelli,
Sorry for the delay in replying to you :-(
There is nothing here to suggest what the problem is. One thing to try is to click the Delete Cache icon in the Forms Manager toolbar to update ChronoForms saved data about the table.
If the DB Save action is enabled I would expect to see ant least some entry in the Debugger output - strange that there is nothing.
Bob
Sorry for the delay in replying to you :-(
There is nothing here to suggest what the problem is. One thing to try is to click the Delete Cache icon in the Forms Manager toolbar to update ChronoForms saved data about the table.
If the DB Save action is enabled I would expect to see ant least some entry in the Debugger output - strange that there is nothing.
Bob
This topic is locked and no more replies can be posted.