Database writing but not recording field data

Sperg 02 Apr, 2016
Record view
Cancel
id
4
uniq_id
df2bdd4a8e9f22eecb13cab1fbb0f8f71918d0a7
user_id
264
created
2016-04-02 03:53:32
modified
guild_name
guild_leader
guild_size
guild_abbreviation
guild_focus
region
time_zone
website
Sperg 02 Apr, 2016
Thank You Bob, I got it working. I had Save under Model ID clicked to yes in On submit DB Save
Sperg 02 Apr, 2016
Everything is working perfect, the database form is writing to the database as intended, however I am receiving this error. Any idea what would be causing it? I just started messing around with mysql yesterday so I am a total newbie! Thank you for all of your help!!

Data Array
Array
(
[option] => com_chronoforms5
[chronoform] => Guild_Database
[event] => submit
[guild_name] => Test
[guild_leader] => Test
[guild_size] => 4
[guild_abbreviation] => Test
[guild_focus] => 2
[region] => 2
[time_zone] => 4
[website] => http://www.test.com
[captcha] =>
[Submit] => Submit
[id] => 33
)
Array
(
)

Errors
Array
(
)


Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `jos_chronoengine_chronoforms_datatable_Guild_Database` (`guild_name`, `guild_leader`, `guild_size`, `guild_abbreviation`, `guild_focus`, `region`, `time_zone`, `website`, `user_id`, `uniq_id`, `created`) values ('Test', 'Test', '4', 'Test', '2', '2', '4', 'http://www.test.com', '264', '4d3c17441eecf41aba472cf029147e15f35b9817', '2016-04-02 18:46:11');
)

)

)

)
GreyHead 04 Apr, 2016
Hi Sperg,

That's the Debugger output, Disable or delete the Debugger action to remove it.

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