I had my provider change the contents of the PHP variable UPLOAD_TMP_DIR to a folder... It was previously blank.
specifically the folder is called uploadtmp and CHMOD'd to 777
Since this change was made, all uploads to albums result in an error signified by a red exclaimation point in the upload manager without any further explaination.
Are there any VB settings that should be examined?
In maintenance section, these are the results of the Upload Test:
file_uploads: On
open_basedir:None
safe_mode:Off
upload_tmp_dir:/home/xxxxxxx/public_html/uploadtmp
upload_max_filesize:2.00 MB
Any suggestions to resolve this problem are appreciated.
specifically the folder is called uploadtmp and CHMOD'd to 777
Since this change was made, all uploads to albums result in an error signified by a red exclaimation point in the upload manager without any further explaination.
Are there any VB settings that should be examined?
In maintenance section, these are the results of the Upload Test:
file_uploads: On
open_basedir:None
safe_mode:Off
upload_tmp_dir:/home/xxxxxxx/public_html/uploadtmp
upload_max_filesize:2.00 MB
Any suggestions to resolve this problem are appreciated.
Comment