I was using ChronoForms v4 RC1.4 but had issues with "Failed Spam..." error and Xampp 1.7.4.
Installed RC1.6 and imported my RC1.4 form (via SQL). Xampp 1.7.4 works great but had too many form errors so started a new one from scratch.
Everything was working out great and then I did some CSS'ng and now I have this error message coming up on my Joomla 1.5.22 installation on Submission-> "You must provide your password."
I grepped the Joomla folder on my hard drive and can't find that message anywhere and then searched the MySQL database and it's not there either.
What have I done?
Installed RC1.6 and imported my RC1.4 form (via SQL). Xampp 1.7.4 works great but had too many form errors so started a new one from scratch.
Everything was working out great and then I did some CSS'ng and now I have this error message coming up on my Joomla 1.5.22 installation on Submission-> "You must provide your password."
I grepped the Joomla folder on my hard drive and can't find that message anywhere and then searched the MySQL database and it's not there either.
What have I done?
Hi jumla16_guy ,
I've no idea what you've done but the error message is from the Joomla! Registration action which has a check for missing values
Bob
I've no idea what you've done but the error message is from the Joomla! Registration action which has a check for missing values
$form->validation_errors[$params->get($check)] = 'You must provide your '.$check.'.';
Bob
Thanks Bob, was searching the whole phrase 😶
Fixed my issue, I'd forgotten to fill in the Events -> Registration -> OnSuccess -> namefields.
Working great now!
Fixed my issue, I'd forgotten to fill in the Events -> Registration -> OnSuccess -> namefields.
Working great now!
Yes, you must map your form's fields names to the registration ones, just like V3
Regards,
Max
Regards,
Max
I have been working to learn ChronoForms and Connectivity for a week or two. Although I have done some Visual Basic, SQL, Cobol and Fortran, it has been a while and I am not a programmer. I am also old.
I have been able to successfully create the basic tutorials on my localhost.
I am building an application for my condo association with Joomla 25.
I have added a field named "unit" in the Joomla SQL bsm_users table and created a Choronforms (Joomla) registration form. It works great on my localhost.
I moved my work-in-prgress site from localhost to my web host at StartLogic. I now have the same problems as listed above and I have done all of the above several times.
Here is my debug screen
Any help will be greatly appreciated.
Brad
Colchester VT USA
I have been able to successfully create the basic tutorials on my localhost.
I am building an application for my condo association with Joomla 25.
I have added a field named "unit" in the Joomla SQL bsm_users table and created a Choronforms (Joomla) registration form. It works great on my localhost.
I moved my work-in-prgress site from localhost to my web host at StartLogic. I now have the same problems as listed above and I have done all of the above several times.
Here is my debug screen
DATA ARRAY
Array
(
[option] => com_chronoforms
[chronoform] => registration
[event] => submit
[Itemid] =>
[name] => condo 2
[username] => condo2
[email] => condo2@outerbaywebsites.com
[unit] => E102
[password] => Adventure0759
[password_confirm] => Adventure0759
[input_submit_registration] => Submit
[e9202ea736f1f789a13cf2e025601295] => 1
)
VALIDATION ERRORS
Array
(
)
1.You must provide your password
Any help will be greatly appreciated.
Brad
Colchester VT USA
Hi Brad,
I don't see any problem here. I'd suggest that you double check that the input names match exactly between the form and the action - for example Password and password are different.
If that isn't the problem. Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
I don't see any problem here. I'd suggest that you double check that the input names match exactly between the form and the action - for example Password and password are different.
If that isn't the problem. Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
I have resolved the must provide password problem.
This morning I found a really stupid error - so dumb that I can't believe I passed over it again and again. I forgot to configure the action settings for the Joomla User Registration.
How is that update to Chronoforms 3.1 coming along? Although outdated, it has been helpful with my learning curve.
I now have a new problem and it is probably some setting. I think it is a path that I do not know.
The error is
The requested page cannot be found.
An error has occurred while processing your request.
You may not be able to visit this page because of:
•an out-of-date bookmark/favourite
•a mistyped address
•a search engine that has an out-of-date listing for this site
•you have no access to this page
Go to the Home Page! Home Page
--------------------------------------------------------------------------------
If difficulties persist, please contact the System Administrator of this site and report the error below.
0 SQL=SELECT `id`,`title` FROM `sgj_usergroups` WHERE `id` =
This morning I found a really stupid error - so dumb that I can't believe I passed over it again and again. I forgot to configure the action settings for the Joomla User Registration.
How is that update to Chronoforms 3.1 coming along? Although outdated, it has been helpful with my learning curve.
I now have a new problem and it is probably some setting. I think it is a path that I do not know.
The error is
The requested page cannot be found.
An error has occurred while processing your request.
You may not be able to visit this page because of:
•an out-of-date bookmark/favourite
•a mistyped address
•a search engine that has an out-of-date listing for this site
•you have no access to this page
Go to the Home Page! Home Page
--------------------------------------------------------------------------------
If difficulties persist, please contact the System Administrator of this site and report the error below.
0 SQL=SELECT `id`,`title` FROM `sgj_usergroups` WHERE `id` =
Got it!! I deleted all of my Chronoforms and started from scratch.
Evrything is working fine and I am ready sign on with Chronoforms and Connectivity.
Thanks,
Brad
Colchester VT USA
Evrything is working fine and I am ready sign on with Chronoforms and Connectivity.
Thanks,
Brad
Colchester VT USA
This topic is locked and no more replies can be posted.