Forums

error after submitting form...

tullski 22 Jul, 2008
Hi,

actually i didn`t notice that there was an error after submitting, cause i put the a redirect in the form urls :blink:

So what`s causing these errors?

Warning: implode() [function.implode]: Bad arguments. in /home/users/x/htdocs/x/components/com_chronocontact/chronocontact.php(571) : eval()'d code on line 5

Warning: implode() [function.implode]: Bad arguments. in /home/users/x/htdocs/x/components/com_chronocontact/chronocontact.php(571) : eval()'d code on line 6

thx in advance
m
GreyHead 22 Jul, 2008
Hi tullski,

These are *helpful* PHP warnings, usually they casue no problems and can be suppressed by settign Error Reporting to something less than Maximum in your site global configuration.

In this case they are most likely caused by ChronoForms trying to convert empty array results into strings before saving the data in the database.

Bob
tullski 22 Jul, 2008
O.k.
Thx good to know ...:)
This topic is locked and no more replies can be posted.