Forums

911 HELP! Email suddenly stopped working...

ascwash 29 Oct, 2010
Joomla set to PHP. Always has been.

I have changed nothing...

Form mail from Joomla contact works...

Emails from outside networks received fine...

OK ... if I attach a file...now the emails...are sent...RAWR! But not all client will sent attachments. And it is necessary that i have this ability...


HOW DID THIS HAPPEN! IT HAS ALWAYS WORKED! I TEST IT EVERYDAY!


   1. Form passed first SPAM check OK
   2. Form passed the submissions limit (if enabled) OK
   3. Form passed the Image verification (if enabled) OK
   4. Form passed the server side validation (if enabled) OK
   5. $_POST Array: Array ( [company_name56] => Test Company [company_address56] => test content [company_phone56] => test content [company_email56] => andrew@status206.com [text_26] => test content [position_applied56] => test content [applicant_name56] => test content [applicant_email56] => andrew@stealthdata.us [applicant_phone56] => test content [radio1] => $34.99 PLATINUM (Includes references) [check3] => Array ( [0] => Drug Testing (Please schedule and notify) ) [name_on_card] => test content [cc_number] => test content [cc_month_exp] => 12 [cc_year_exp] => 2011 [cc_cv2] => test c [billing_address] => test content [cc_state] => Washington [cc_zip] => test con [chrono_verification] => bajcd [check4] => Array ( [0] => I agree to the Terms of Use on www.ASCWASH.com ) [button_9] => Submit Request [ae9f00f95ddceb72b91dc011d3f057a9] => 1 [1cf1] => 6251d364138dbe2f4d6fbf4b545f8701 [chronoformname] => employer_applicant_r )
   6. $_FILES Array: Array ( [file_245] => Array ( [name] => [type] => [tmp_name] => [error] => 4 [size] => 0 ) )
   7. Form passed the plugins step (if enabled) OK
   8. An email has been SENT successfully from (JOB APP)andrew@status206.com to asc@ascwash.com
   9. Debug End
GreyHead 30 Oct, 2010
Hi Andrew,

Not quite sure what's happening here but the DeBug data shows an Error on the file upload: [error] => 4 The PHP manual says "Value: 4; No file was uploaded"

I guess that there is something amiss with the file uload configuration. If nothing has changed on the form but the uploads have stopped working then a change in server security settings or permissions is probably the first place to look.

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