Forums

Error message after submit

luzi 12 Feb, 2014
Hello,
the following error message appears after submit the form:

Warning: array_values() [function.array-values]: The argument should be an array in /homepages/0/d27706641/htdocs/NEURO/IFEN_JOOMLA/administrator/components/com_chronoforms/form_actions/email/email.php on line 205

Warning: Invalid argument supplied for foreach() in /homepages/0/d27706641/htdocs/NEURO/IFEN_JOOMLA/administrator/components/com_chronoforms/form_actions/email/email.php on line 206


Please look to the code in attachment.
I dont know what there ist to do. Can you please give me a tip.
Best regards
luzi
GreyHead 15 Feb, 2014
Hi luzi,

These are PHP Warnings, not techically errors. They mess up the page but don't stop your form working. You can hide them by setting Error Reporting to s System Default or None in the Site Global Configuration.

In this case it looks as though they are occurring because there are attachments added to the email that don't exist (possibly because the user chose not to add them).

Bob
This topic is locked and no more replies can be posted.