Hi all.
Ok - running into some strange issues here. I've got my multi page registration forms set up.
If I run form1 alone, it runs fine - saves the new members' details in the Joomla tables, and at the same time saves data to a separate table as it's supposed to.
However, if I run the Mother form, I get this error message on submit:
Fatal error: Call to a member function bind() on a non-object in /usr/www/users/studiq/incose/components/com_chronocontact/libraries/customcode.php(71) : eval()'d code on line 13
I've read through the forums and apparently, this error is related to incorrect field names - but i can't find where they're wrong.
Here's the debug from form 1:
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [name] => Shao Kan [username] => kan [email] => [email]kan@justimaging.co.za[/email] [password] => k [confirmpass] => k [chapter] => ksdjf [organization] => sdlksjdfl [division] => lkjfslkj [title] => lkdjfldks [chrono_verification] => kinrv [button_11] => Continue [fd3e0ee5473ac8960eee310b887e000f] => 1 [1cf1] => 75d4b1947c67434baf2f0a83938aeaf6 [chronoformname] => Reg1 )
$_FILES Array: Array ( )
Form passed the plugins step (if enabled) OK
Debug End
I've found that when i try to run form 2 on its own, there's a problem in that no data is saved - no error messages though. Here's the debug for form 2:
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [prefix] => Ms [fname] => Naz [initial] => n [sname] => Murei [nickname] => naz [yobirth] => 2008 [gender] => Female [button_16] => Continue [fd3e0ee5473ac8960eee310b887e000f] => 1 [1cf1] => 75d4b1947c67434baf2f0a83938aeaf6 [chronoformname] => Reg2 )
$_FILES Array: Array ( )
Form passed the plugins step (if enabled) OK
Debug End
Any idea where I might be going wrong?
Regards, Jo