Hello,
I have been using a chrono forms to email me results upon submission of my form and has been working great so far. I have an upload field which regularly emailed me the uploads as an attachment and I cant seem to figure out what could have changed for this to happen.
File Upload Settings:
Enable uploads: Yes
Field names/allowed Extensions/sizes(KB): file_22:doc|docx|pdf{2000-1}
Full upload Path: /home/medcheck/public_html/components/com_chronocontact/uploads/EDIP/ - " Not Writable "
FileName format: $filename = date('YmdHis').'_'.$chronofile['name'];
Default Path:/home/medcheck/public_html/components/com_chronocontact/uploads/EDIP/
Please find deugging results below:
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [text_1] => tewtge [radio0] => Male [text_3] => wrg [text_4] => eg [text_6] => e [text_5] => [text_7] => [text_9] => 454 [text_10] => [email]g@gg.com[/email] [text_11] => gw [radio1] => Yes [text_14] => ff [select_24] => Manufacturing [text_13] => dh [radio2] => Yes [radio3] => Yes [text_20] => defed [text_21] => dfbgd [check4] => Array ( [0] => Yes ) [chrono_verification] => grjPL [button_21] => Submit [3a21e8fe9ef6a533a13af45d578b79d3] => 1 [1cf1] => 0cf31c564bfe008bfa39438e865c1131 [chronoformname] => EDIP )
$_FILES Array: Array ( [file_22] => Array ( [name] => Private Dinner_Mr.pdf [type] => application/pdf [tmp_name] => /tmp/phpDEaYuA [error] => 0 [size] => 67970 ) )
Upload routine started for file upload by : file_22
/home/arceit/public_html/content/components/com_chronocontact/uploads/EDIP/ has NOT been uploaded!!
Form passed the plugins step (if enabled) OK
An email has been SENT successfully from (ARCEIT)ehab@arceit.org to [email]ehab.esam@gmail.com[/email], [email]arceit.edip@gmail.com[/email]
Debug End
Any assistance will be much appreciated!
I have been using a chrono forms to email me results upon submission of my form and has been working great so far. I have an upload field which regularly emailed me the uploads as an attachment and I cant seem to figure out what could have changed for this to happen.
File Upload Settings:
Enable uploads: Yes
Field names/allowed Extensions/sizes(KB): file_22:doc|docx|pdf{2000-1}
Full upload Path: /home/medcheck/public_html/components/com_chronocontact/uploads/EDIP/ - " Not Writable "
FileName format: $filename = date('YmdHis').'_'.$chronofile['name'];
Default Path:/home/medcheck/public_html/components/com_chronocontact/uploads/EDIP/
Please find deugging results below:
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [text_1] => tewtge [radio0] => Male [text_3] => wrg [text_4] => eg [text_6] => e [text_5] => [text_7] => [text_9] => 454 [text_10] => [email]g@gg.com[/email] [text_11] => gw [radio1] => Yes [text_14] => ff [select_24] => Manufacturing [text_13] => dh [radio2] => Yes [radio3] => Yes [text_20] => defed [text_21] => dfbgd [check4] => Array ( [0] => Yes ) [chrono_verification] => grjPL [button_21] => Submit [3a21e8fe9ef6a533a13af45d578b79d3] => 1 [1cf1] => 0cf31c564bfe008bfa39438e865c1131 [chronoformname] => EDIP )
$_FILES Array: Array ( [file_22] => Array ( [name] => Private Dinner_Mr.pdf [type] => application/pdf [tmp_name] => /tmp/phpDEaYuA [error] => 0 [size] => 67970 ) )
Upload routine started for file upload by : file_22
/home/arceit/public_html/content/components/com_chronocontact/uploads/EDIP/ has NOT been uploaded!!
Form passed the plugins step (if enabled) OK
An email has been SENT successfully from (ARCEIT)ehab@arceit.org to [email]ehab.esam@gmail.com[/email], [email]arceit.edip@gmail.com[/email]
Debug End
Any assistance will be much appreciated!