Roundcube Community Forum

Release Support => Pending Issues => Topic started by: ercelep on November 15, 2006, 11:05:34 AM

Title: Dont send mail upload attachment no errors
Post by: ercelep on November 15, 2006, 11:05:34 AM
Dont send mail upload attachment but no errors pls help me!
Title: Re: Dont send mail upload attachment no errors
Post by: phxtrout 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 :(
Title: Re: Dont send mail upload attachment no errors
Post by: phxtrout 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.
Title: Re: Dont send mail upload attachment no errors
Post by: dShadow on July 25, 2007, 06:01:50 AM
I have changed also the memory_limit to be larger and now it is working :)