Hey,
This my first time trying to use the database entry of chronoforms
ok i have created tables and done the database connection in the admin part.
when i try to submit the form i get this error
Fatal error: Call to a member function bind() on a non-object in C:\xampp\htdocs\joomla\components\com_chronocontact\chronocontact.php(569) : eval()'d code on line 10
Any1 help me out, i have searched here and came tried a few things that have been said but no luck.
Hi Benny,
Most often this is caused by invalid field names. Please check that your field names:
[list]
Use only a-z, A-Z, 0-9 and '_'Have no spaces, '- / ? : , ( ) ' or other special charactersStart with a letter and not a numberHave quotes around them like name="field_name"[/list]
Bob
Thanks for the reply Bob
Are we talking about the field names in the autogenerated code tab? or the field name on the form itself, i tried making several new forms and same error comes up.
cause it saying something about line 10 in the chronocontact.php file do i need to look at this file?
Here is my chronocontact.php file
or is it the chronocontact.html.php?
[[>> file deleted : GreyHead <<]]
Tried debugging in dreamweaver came up with this error ".$row->getError()." java script error, weather it is relavent or not.
Thanks for all your help so far Bob
Ah ok i got it to an other page now
now this error
You are not allowed to access this URL directly, POST array is empty
is this because i have done something to the fields?
all i did was put " around the part where it goes name=code_1
and turned it in "name=code_1"
and the form field name in the autogenerated code tab is empty. when i remove the " it comes back, and wont let me put one there by itself
i have tried to move the " around but i get the other error again
Hi Benny,
I'm not quite sure where you are making the changes but almost certainly that should be name="code_1" (quotes around the name value only).
Bob
Hi Benny,
Do you know what the column/field names are in your database table?
You can see them with PHPMyAdmin if you are familiar with it, or the EasySQL Joomla extension is good too.
Bob
Hi Benny,
it looks like this is not V3.0 Stable!! which is why you are keep falling into issues, you should upgrade to V3.0 stable first then we can look into those issues because simple they will not happen!
Cheers
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Wow the stable version works a charm, i was scared that it was going to break stuff, but everything works on it,
Thanks for trying to get it working Bob.
Thanks once again Max for helping me
Ok, great! Thanks!
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?