Author Topic: Dont send mail upload attachment no errors  (Read 3491 times)

Offline ercelep

  • Newbie
  • *
  • Posts: 1
Dont send mail upload attachment no errors
« on: November 15, 2006, 11:05:34 AM »
Dont send mail upload attachment but no errors pls help me!

Offline phxtrout

  • Newbie
  • *
  • Posts: 2
Re: Dont send mail upload attachment no errors
« Reply #1 on: November 23, 2006, 12:21:47 AM »
Same issue & behavior here. Using apache w/ php5 (safemode not enabled).

I've tried the latest SVN as well as 0.1beta2 release :(

Offline phxtrout

  • Newbie
  • *
  • Posts: 2
Re: Dont send mail upload attachment no errors
« Reply #2 on: November 23, 2006, 12:45:01 AM »
Silly me.

Reported in apache's error_log:
[Wed Nov 22 21:51:44 2006] [error] PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0

Forgot to set upload_tmp_dir in php.ini :\

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /tmp

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

You might try doing the same if you've got a similar setup.

Offline dShadow

  • Newbie
  • *
  • Posts: 2
Re: Dont send mail upload attachment no errors
« Reply #3 on: July 25, 2007, 06:01:50 AM »
I have changed also the memory_limit to be larger and now it is working :)