Ok, so if I create a form with the easy wizard I can get everything to work. The only thing I want to change is when the form saves the fields into a DB, I want it to go to a DB that I created, I can't do that in the easy wizard, so I switched it to the advanced wizard, made that one change, and when I click submit, it hangs up and the address in my address bar is: mydomain.com/index.php?option=com_chronoforms&chronoform=PP_Reg&event=submit
There is no confirmation email gets sent out, and there is no DB addition. So next thing I tried was creating a form in the advanced wizard, same deal. Hangs up on the same spot. Do you know what I am doing wrong? Thanks in advance!
There is no confirmation email gets sent out, and there is no DB addition. So next thing I tried was creating a form in the advanced wizard, same deal. Hangs up on the same spot. Do you know what I am doing wrong? Thanks in advance!
I did a little more checking through the forums and saw where someone suggested turning the error reporting to maximum, I did that and this is what I get:
Notice: Constant DS already defined in /home1/thenomte/public_html/seedsandlovetogether/components/com_chronoforms/chronoforms.php on line 11
Strict Standards: Only variables should be assigned by reference in /home1/thenomte/public_html/seedsandlovetogether/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 31
Parse error: syntax error, unexpected '-', expecting ',' or ';' in /home1/thenomte/public_html/seedsandlovetogether/administrator/components/com_chronoforms/form_actions/db_save/db_save.php(66) : eval()'d code on line 7
Fatal error: Call to a member function bind() on a non-object in /home1/thenomte/public_html/seedsandlovetogether/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 119
Notice: Constant DS already defined in /home1/thenomte/public_html/seedsandlovetogether/components/com_chronoforms/chronoforms.php on line 11
Strict Standards: Only variables should be assigned by reference in /home1/thenomte/public_html/seedsandlovetogether/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 31
Parse error: syntax error, unexpected '-', expecting ',' or ';' in /home1/thenomte/public_html/seedsandlovetogether/administrator/components/com_chronoforms/form_actions/db_save/db_save.php(66) : eval()'d code on line 7
Fatal error: Call to a member function bind() on a non-object in /home1/thenomte/public_html/seedsandlovetogether/administrator/components/com_chronoforms/form_actions/db_save/db_save.php on line 119
HI BFriend,
It looks as though you may have a dash (or a space, or some other special character) in one of your input or column names. Please try removing that - replacing with an underscore should be OK.
Bob
It looks as though you may have a dash (or a space, or some other special character) in one of your input or column names. Please try removing that - replacing with an underscore should be OK.
Bob
Awesome, that fixed-ish, the problem, I am still getting the
Notice: Constant DS already defined in /home1/thenomte/public_html/seedsandlovetogether/components/com_chronoforms/chronoforms.php on line 11
I also get a page full of errors now, but the confirmation emails go out, the DB Table, however, shows there was a submission, but all of the fields are null
Notice: Constant DS already defined in /home1/thenomte/public_html/seedsandlovetogether/components/com_chronoforms/chronoforms.php on line 11
I also get a page full of errors now, but the confirmation emails go out, the DB Table, however, shows there was a submission, but all of the fields are null
This topic is locked and no more replies can be posted.