View Single Post
  #4  
Old 05-19-2008, 08:08 AM
kabage kabage is offline
Junior Member
 
Join Date: May 2008
Posts: 5
Default I Might have just solved the case

I watch too much monk!

Anyway Michael gave me enough hints above. I did not really see anything about curl in my php.ini (Gentoo user) I have been have this same issue.

I had enabled the curl flag and tried recompling php with curlwrappers. Still
did not see anything except something about windows dlls and curls but just above
that I found

Quote:
;;;;;;;;;;;;;;;;
; 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 =

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


;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On

; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
allow_url_include = On
The file upload stuff was On but not Fopen wrappers, I turned them on and can now upload my benchmarks as my pts global user.

Ok i didn't solve the case but they are some clues that might help the few of us with this issue.
Reply With Quote