Hi Gabriela,
I think that I have already sent you the latest insatller for the V4 RC2.0 yesterday ? did you test it yet ? it should have this issue fixed.
regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
?
Hi Max,
thanks for sending me RC2.0.
However I still cannot create tables. what I get now is the red error icon with the reddish error background but without any error message.
J1.5.23, CF4RC2.0
Hi Gabriela,
Please send me a backup for your form which you are using for creating the table through our email, I need to test this myself.
regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Hi Nico97,
There's a bug in the Admin Table Saving code. Line 531 (in Joomla! 1.5) / line 534 (in Joomla! 1.6) is JError::raiseWarning(100, $row->getError()); but $row is not defined, it needs to be JError::raiseWarning(100, $database->getError());
Bob
Hello Bob,
Thanks for your answer.
I made change to the code as you mentionned but the database table has already not been created. I'm redirected on the form manager page (OK!) but with an error icon (forbidden) with a blank message. Neigther on my SQL database manager nor on ChronoForm connectivity plugin I can't see my new table. I paid attention to avoid special caracters, limit table field size, even use the default table names...
Any idea?
Hi Nico,
Please contact me through the contact us page to send you the latest installer with all fixes and you can test it from there.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I got the same error in my Joomla 1.6 installation.
I made the change to the code and now no table is created and all I get is a one way sign at the Forms Manager and no table created.
Could you please tell me what might be wrong?
Thanks,
Pericles
Hi Gabriela,
I have checked your form.
Your form has a field named "cf_id", this overrides the cf_id field settings and makes it lose the "primary key" and "extra" choices, you should reselect them manually, or change your form field name to something else (not cf_id).
I have added a check for that in the new version!
@Pericles, is this the same issue as yours ? please send a screenshot for your table creation screen.
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I guess copying the form makes the problem. I made a new one and everything works fine.
Thanks,
Pericles
Hi gabrielaH,
It's probaby enough to un-check the second cf_id line in the Create Table form.
Bob
One idea would be what I did. I created the table without the hidden field and then added the field after the table was created.
This is due to the fact that the auto generation looks at the fields in the form and then creates them.
Pericles
@Pericles,
I don't think copying the form would cause this, there is a problem with the cf_id field.
You can create the table first then add the cf_id field, this is a good workaround for now as you mentioned until the new version is out!🙂
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.