Hey guys!
I have a question about chrono v5. I+m f**cking arround an issue for 3 hours and nothing comes out :? I+m using chronoforms to save data to database and to send an email to admin user. But nothing of those work. Well I disabled email for now because I have problems with saving to database but i will get to it too. So, the problem is following: When I click on submit button, allmost all data is saved to database, all but one. Here is the paste of debug output:
Array
(
[chronoform] => Registracija
[event] => submit
[Nagovor] => 0
[ime] => TestName
[priimek] => TestSurname
[Ulica] => TestStreet
[postna_številka] => 1000
[Kraj] => TestPlace
[DatumRojstva] => 19/08/2014
[MobilniTelefon] => 00068794123548698487
[ePosta] => email@gmail.com
[captcha] => ZzNMi
[potrdi] => Prijava
[id] => 7
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `fvrqi_chronoengine_chronoforms_datatable_novuser` (`Nagovor`, `ime`, `priimek`, `Ulica`, `Kraj`, `DatumRojstva`, `MobilniTelefon`, `ePosta`, `created`) values ('0', 'TestName', 'TestSurname', 'TestStreet', 'TestPlace', '19/08/2014', '00068794123548698487', 'email@gmail.com', '2014-08-16 19:33:44');
)
)
)
)
You can see that the [postna_številka] => 1000 is in the array but in SQL statment there is none. 😲
Can please someone tell me what to do? I don't have a idea any more, because i tried ewerything... i think i did 🙄 🙂
I have a question about chrono v5. I+m f**cking arround an issue for 3 hours and nothing comes out :? I+m using chronoforms to save data to database and to send an email to admin user. But nothing of those work. Well I disabled email for now because I have problems with saving to database but i will get to it too. So, the problem is following: When I click on submit button, allmost all data is saved to database, all but one. Here is the paste of debug output:
Array
(
[chronoform] => Registracija
[event] => submit
[Nagovor] => 0
[ime] => TestName
[priimek] => TestSurname
[Ulica] => TestStreet
[postna_številka] => 1000
[Kraj] => TestPlace
[DatumRojstva] => 19/08/2014
[MobilniTelefon] => 00068794123548698487
[ePosta] => email@gmail.com
[captcha] => ZzNMi
[potrdi] => Prijava
[id] => 7
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `fvrqi_chronoengine_chronoforms_datatable_novuser` (`Nagovor`, `ime`, `priimek`, `Ulica`, `Kraj`, `DatumRojstva`, `MobilniTelefon`, `ePosta`, `created`) values ('0', 'TestName', 'TestSurname', 'TestStreet', 'TestPlace', '19/08/2014', '00068794123548698487', 'email@gmail.com', '2014-08-16 19:33:44');
)
)
)
)
You can see that the [postna_številka] => 1000 is in the array but in SQL statment there is none. 😲
Can please someone tell me what to do? I don't have a idea any more, because i tried ewerything... i think i did 🙄 🙂
Hi GooGyy,
Please change the input name and the column name to postna_stevilka - you can't use characters like š there - just a-z A-Z 0-9 and underscore.
Bob
Please change the input name and the column name to postna_stevilka - you can't use characters like š there - just a-z A-Z 0-9 and underscore.
Bob
allready done, tried also just "postna" in both, chronoforms and DBcolumn and doesnt working. Here is my current configuration screenshoots: At chronoforms settings , At last screenshoot, where three records are, there you can see that one column betwen is empty. That's the postna_stevilka column.
Thank you for your help in advance
Thank you for your help in advance
Hi GooGyy,
If you have changed the input and column names please Click the Delete Cache icon in the Forms Manager toolbar and see it that helps.
Bob
If you have changed the input and column names please Click the Delete Cache icon in the Forms Manager toolbar and see it that helps.
Bob
This topic is locked and no more replies can be posted.