[attachment=1]custom code.txt[/attachment][attachment=0]1.jpg[/attachment]First of all bravo for the best custom forms out there.
Problem
i have taken from demo the registration -joomla, and have added my custom fields , have created and a table for all my fields, but no data are showing on the new table, only on the user table a new user is added,, waiting for approval according to my settings..
even show i m still playing on localhost and trying to start running my smtp service with no lack in order for the emails to work.
but i m getting the following erros,, what are these any help please..
please some help cause i m trying for hours to setup this AMAZING COMPONENT,,, and i m lost at the moment..
thank you in advance
Notice: Undefined index: testprofile in C:\apache2_2_25.8090\htdocs\thess\plugins\user\testprofile\testprofile.php on line 71
Thank you! your account has been created and an email has been sent for activation!
Notice: Undefined index: Data in C:\apache2_2_25.8090\htdocs\thess\administrator\components\com_chronoforms5\chronoforms\actions\db_save\db_save.php on line 45
i have attached also my settings in the setup in case u notice some errors...
Problem
i have taken from demo the registration -joomla, and have added my custom fields , have created and a table for all my fields, but no data are showing on the new table, only on the user table a new user is added,, waiting for approval according to my settings..
even show i m still playing on localhost and trying to start running my smtp service with no lack in order for the emails to work.
but i m getting the following erros,, what are these any help please..
please some help cause i m trying for hours to setup this AMAZING COMPONENT,,, and i m lost at the moment..
thank you in advance
Notice: Undefined index: testprofile in C:\apache2_2_25.8090\htdocs\thess\plugins\user\testprofile\testprofile.php on line 71
Thank you! your account has been created and an email has been sent for activation!
Notice: Undefined index: Data in C:\apache2_2_25.8090\htdocs\thess\administrator\components\com_chronoforms5\chronoforms\actions\db_save\db_save.php on line 45
i have attached also my settings in the setup in case u notice some errors...
Hi dc03kks,
Please disable the "save under model id" setting in the "DB Save" since I guess your fields names don't have the model id!
Regards,
Max
Please disable the "save under model id" setting in the "DB Save" since I guess your fields names don't have the model id!
Regards,
Max
Hi max ,
thank you fro reply ,..unfortunately i tried that as u said and i get...look the screen shot..
bear in mind that very nicely in the users table the new data inserted successfully, but in the new table i have created via chronoforms nothing is getting inside the table..
awhat i m missing here.... please some help please..😟
thank you in advance
thank you fro reply ,..unfortunately i tried that as u said and i get...look the screen shot..
bear in mind that very nicely in the users table the new data inserted successfully, but in the new table i have created via chronoforms nothing is getting inside the table..
awhat i m missing here.... please some help please..😟
thank you in advance
Hi dc03kks,
What is the translation of the message just before the SELECT line?
If you copy and paste the SQL into PHPMyAdmin does it run correctly?
Bob
What is the translation of the message just before the SELECT line?
If you copy and paste the SQL into PHPMyAdmin does it run correctly?
Bob
Please try to drag a "Handle arrays" action BEFORE the "DB Save" action then try again ?
Regards,
Max
Regards,
Max
Dear Bob and Max,
First of all i m really sorry for not responding but we had a bank holiday,,,
now i did as u said Max and i get now the error and still on my new table nothing,, do i have to write inside the handle arrays the fields of my new table? and i get he following..
Notice: Undefined index: testprofile in C:\apache2_2_25.8090\htdocs\thess\plugins\user\testprofile\testprofile.php on line 71
what i m doing wrong... please some help..
thank you again !!!
First of all i m really sorry for not responding but we had a bank holiday,,,
now i did as u said Max and i get now the error and still on my new table nothing,, do i have to write inside the handle arrays the fields of my new table? and i get he following..
Notice: Undefined index: testprofile in C:\apache2_2_25.8090\htdocs\thess\plugins\user\testprofile\testprofile.php on line 71
what i m doing wrong... please some help..
thank you again !!!
It worked!!! now data are getting inside!!
just to let you know the solution,,,
on the db save section i inserted on the Model ID field at the end the prefix of my table,, that is thess_
once again chronoforms u rock!!!!!!!!!!! keep up the good work!!!!!!!!!!!!!!!!!
thank u thank u!!!!
just to let you know the solution,,,
on the db save section i inserted on the Model ID field at the end the prefix of my table,, that is thess_
once again chronoforms u rock!!!!!!!!!!! keep up the good work!!!!!!!!!!!!!!!!!
thank u thank u!!!!
but the error
Notice: Undefined index: testprofile in C:\apache2_2_25.8090\htdocs\thess\plugins\user\testprofile\testprofile.php on line 71
stiil remains...
bear in mind that playing on loclahost,,, and havent setup an smtp.... is this the cause??
Notice: Undefined index: testprofile in C:\apache2_2_25.8090\htdocs\thess\plugins\user\testprofile\testprofile.php on line 71
stiil remains...
bear in mind that playing on loclahost,,, and havent setup an smtp.... is this the cause??
Hi dc03kks,
The PHP Notice is coming from the testprofile plug-in, not from ChronoForms, These are usually harmless and can be hidden by setting the site Error Reporting to System Default or None.
Bob
The PHP Notice is coming from the testprofile plug-in, not from ChronoForms, These are usually harmless and can be hidden by setting the site Error Reporting to System Default or None.
Bob
I don't think its the model id which has fixed it, but maybe you have disabled the "save under model id", its not a good idea to have special characters in the model id!
Regards,
Max
Regards,
Max
first of all i want to say 2 (two) bravo and congratulationss..
1st for the best support ever!!!!
2nd for the very nice tool u got there that is the debbugger,, as u said i m sending u the report ,,, in the error whats the meaning of empty array??
[attachment=0]7.jpg[/attachment]
1st for the best support ever!!!!
2nd for the very nice tool u got there that is the debbugger,, as u said i m sending u the report ,,, in the error whats the meaning of empty array??
[attachment=0]7.jpg[/attachment]
the begging of the page starts with this and then is the image on my previous post
[attachment=0]8.jpg[/attachment]
[attachment=0]8.jpg[/attachment]
and a non relevant BUT quick question is with the captcha,,, were do i put the private and public key?? in the Extra params?? in what format?
publickey=ejfejblekjjbf
privatekey=wkvwv
??
publickey=ejfejblekjjbf
privatekey=wkvwv
??
Captcha doesn't need keys, the ReCaptcha does!
Does your table have a primary key with auto increment enabled ? how did you create it ?
Please try to execute the "insert" query in your post using phpmyadmin, does it work ?
Regards,
Max
Does your table have a primary key with auto increment enabled ? how did you create it ?
Please try to execute the "insert" query in your post using phpmyadmin, does it work ?
Regards,
Max
Hi dc03kks,
The empty error array just means that there were no errors found.
Bob
The empty error array just means that there were no errors found.
Bob
Dear all thank you for your reply!!,,, i m sorry for the delay of responding but i was in the hospital... nevertheless,,,to answer your questions
1. yeas max i have a autoincrerment id on my table and i have created via the chronoforms ,,
[attachment=0]a28.jpg[/attachment]
but still not sending the email... bear in mind the 2nd screenshot of my joomla 3 user manager component,,, it communicates with that setting right??? please tell me that its communicating with this settings with no problem.......
[attachment=1]a27.jpg[/attachment]
also cause i want to sent email via smtp ihave setup the server settings and php.ini,,,are these wrong in your opinion??
php.ini
[attachment=2]a30.jpg[/attachment]
joomla global configuration server
[attachment=3]a32.jpg[/attachment]
thank you in advance,
1. yeas max i have a autoincrerment id on my table and i have created via the chronoforms ,,
[attachment=0]a28.jpg[/attachment]
but still not sending the email... bear in mind the 2nd screenshot of my joomla 3 user manager component,,, it communicates with that setting right??? please tell me that its communicating with this settings with no problem.......
[attachment=1]a27.jpg[/attachment]
also cause i want to sent email via smtp ihave setup the server settings and php.ini,,,are these wrong in your opinion??
php.ini
[attachment=2]a30.jpg[/attachment]
joomla global configuration server
[attachment=3]a32.jpg[/attachment]
thank you in advance,
Hi guys! Im sorta having the same problem as my form will not post any data to the database. I have also read over this thread to try anything that has already been suggested.
here is what my debug looks like:
I did notice its not even trying to query the db either.
here is what my debug looks like:
Array
(
[0] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
)
)
)
)
I did notice its not even trying to query the db either.
topic must referred as closed..
everything are working like A charm..
again..... AMAZING COMPONENT!!!!!!!!!!!!!!!!
everything are working like A charm..
again..... AMAZING COMPONENT!!!!!!!!!!!!!!!!
@d0dgedriv3n, please start a new topic and post screenshots for your db save config!
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.