We are not receiving file attachments. Checking the upload folder, the attachments are not being saved there either.
Here is the debugger output, including the custom debugger code you recommended in an alternate post with a similar topic. We also turned the Display Errors ON while performing the test.
In the test below, the file type should have been rejected based on the file type, but we can deal with that after we get the files uploading.
Here is the debugger output, including the custom debugger code you recommended in an alternate post with a similar topic. We also turned the Display Errors ON while performing the test.
In the test below, the file type should have been rejected based on the file type, but we can deal with that after we get the files uploading.
Warning: Invalid argument supplied for foreach() in /home/massarok/public_html/administrator/components/com_chronoforms5/chronoforms/actions/file_upload/file_upload.php on line 94
Array
(
[chronoform] => ApplyNow
[event] => submit
[name] => Robert Holzler
[email] => [REMOVED_FOR_POST]
[phone] =>
[message] =>
[recaptcha_challenge_field] => 03AHJ_VutPxul10EcGhyVjVe8BoUx21Ke6paCJi3VyrJ2uZR9GEvEElUmWWNA1S7elhDeeu0w-2D-PFa4TOIjx8l15jwF9g7TNp-DlWOq8oCjcHjvsQ0VOtHqgTLo6MCHmnRGNYrypgAavnJt_XHmshZjRIw_sL-TyTuyWqPOGhaDsXdeXYf9ZgRky-ImNoCjuFP3YMzjvg6Y-T6AbqBby_8ihVfvUCFm3waJFPDFZHglwNmo0ok4ka1PbBd7L0HC9CqiStsUaV2WV9_aQSBfsSy9iBjTGBShohw
[recaptcha_response_field] => Overhill
[button6] => Submit Application Now
[id] => 10
[ip_address] => 173.10.xxx.xxx
)
Array
(
)
Errors
Array
(
)
Debug Info
Array
(
[11] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `vvGld_chronoengine_chronoforms_datatable_ApplyNow` (`name`, `email`, `phone`, `message`, `button6`, `user_id`, `uniq_id`, `created`) values ('Robert Holzler', '[REMOVED_FOR_POST]', '', '', 'Submit Application Now', '0', '159d80de8b5f95322d54f99e2acbb43bbbfa07ca', '2016-04-18 17:14:43');
)
)
)
[0] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:r[REMOVED_FOR_POST]
[2] => Subject:Massaro Kozak Art Scholarship Fund Contact Form
[3] => From name:MKS Website CMS
[4] => From email:[REMOVED_FOR_POST]
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Array
(
)
[11] => Body:
<table>
<tr><td>Name</td><td>Robert Holzler</td></tr>
<tr><td>Email</td><td>[REMOVED_FOR_POST]</td></tr>
<tr><td>Phone</td><td></td></tr>
<tr><td>Attach File</td><td></td></tr>
<tr><td>Message</td><td></td></tr>
<tr><td>Enter Code</td><td></td></tr>
</table><br /><br />IP: 173.10.xxx.xxx
)
)
)
$_FILES: Array ( [file1] => Array ( [name] => AachenStd-Bold.otf [type] => application/octet-stream [tmp_name] => /chroot/tmp/phpHzi3xF [error] => 0 [size] => 31672 ) )