Forums

SOLVED: Save to DB does not work

le5 08 Mar, 2012
Hello all
I'm using Joomla 2.5.2 with multiple languages and Chronoforms 4.0 RC3.1

Actually I just want a relative simple form, which will be emailed to an static address and save the form data to an table.

Everythings works fine, till the Save to the DB. It says allways couldnt bind to table.
I even tried the simple tutorial form, with the same problem.
The only thing what happens, that it creates an entry into the table, but without any fieldinformations. all values are null (just the id is set).

Anybody else got Problems with Chronoforms 4.0 RC3.1 ?



Does Chronoforms 4.0 RC3.2 fix the problem.

thx for any hint
pawel

ps. I checked all the fieldnames, and the table was successfully created, etc.
I even reduced the test to 1 (one) simple input field, that should be save to the db, but with no success.
GreyHead 08 Mar, 2012
Hi pawel,

Does Chronoforms 4.0 RC3.2 fix the problem.


Yes, 3.11 was released to fix this problem but you should upgrade to RC3.2

Bob
le5 08 Mar, 2012
You just saved my day

Updated and run the tutorial simple form without any changes ... and it worked!

before the dump of the chronoform_data was allways empty (only cf_id was in it).
drived me nuts...

now its correct
 [chronoform_data] => Array
        (
            [cf_uid] => dd303ea595acc849c582866e4ea7c547
            [cf_created] => 2012-03-08 16:33:39
            [cf_ipaddress] => 192.168.66.39
            [cf_user_id] => 21
            [option] => com_chronoforms
            [view] => form
            [Itemid] => 628
            [lang] => de
            [chronoform] => Kontaktformular_TEST
            [event] => submit
            [profession] => Programmierer
            [subscribed] => 0
            [phone] => +41 
            [input_submit_13] => Senden
            [50fe00c887c2dfac2ea1c2c1f430cccf] => 1
            [language] => de-DE
            [cf_id] => 2
        )


good... so now I can go online next monday🙂

thx
This topic is locked and no more replies can be posted.