The forum operates in read-only mode. Please head to StackOverflow for support.
PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0
Re: Can create a folder but not upload a file
Re: Can create a folder but not upload a file
Re: Can create a folder but not upload a file
try setting the 'upload_tmp_dir = /tmp' and 'session.save_path = /tmp' variables. that should solve your problem.