Hi, I've searched and searched the VBulletin website for an answer to this and I'm stumped. I have vBulletin setup on my own server (so I have root access).
Setup an attachement directory called /archive/vbattachments. chowned to apache.apache as well as chmod 0777 (and even tried 1777). Verified that safe_mode in php.ini was NOT turned on. upload_tmp_dir was null, so I enabled that and created another directory /archive/tmp and chmod to 0777 (and tried 1777) as well.
Also tried creating a subfolder under the forums web directory with chmod 777 and using a relative path, that didn't work either.
Here you can see he permissions and ownership on the actual /archive/xxxx sub directories.
[[email protected] /]# ls -l archive
total 8
drwxrwxrwt 2 apache apache 4096 2009-01-16 15:48 tmp
drwxrwxrwt 2 apache apache 4096 2009-01-16 14:00 vbattachments
And here you can see the /archive folder permissions and ownership.
[[email protected] /]# ls -l |grep archive
drwxrwxrwt 4 apache apache 4096 2009-01-16 15:48 archive
I've also set the upload_max_filesize to 64M.
Running on Fedora Core 10.
Also, did the diagnostic upload and here was the relavent info:
file_uploads:Onopen_basedir:Nonesafe_mode:Offupload_tmp_dir:/archive/tmpupload_max_filesize:64.00 MB
Really stumped as to why this doesn't want to work. Also, running vB 3.8.0
Setup an attachement directory called /archive/vbattachments. chowned to apache.apache as well as chmod 0777 (and even tried 1777). Verified that safe_mode in php.ini was NOT turned on. upload_tmp_dir was null, so I enabled that and created another directory /archive/tmp and chmod to 0777 (and tried 1777) as well.
Also tried creating a subfolder under the forums web directory with chmod 777 and using a relative path, that didn't work either.
Here you can see he permissions and ownership on the actual /archive/xxxx sub directories.
[[email protected] /]# ls -l archive
total 8
drwxrwxrwt 2 apache apache 4096 2009-01-16 15:48 tmp
drwxrwxrwt 2 apache apache 4096 2009-01-16 14:00 vbattachments
And here you can see the /archive folder permissions and ownership.
[[email protected] /]# ls -l |grep archive
drwxrwxrwt 4 apache apache 4096 2009-01-16 15:48 archive
I've also set the upload_max_filesize to 64M.
Running on Fedora Core 10.
Also, did the diagnostic upload and here was the relavent info:
file_uploads:Onopen_basedir:Nonesafe_mode:Offupload_tmp_dir:/archive/tmpupload_max_filesize:64.00 MB
Really stumped as to why this doesn't want to work. Also, running vB 3.8.0
Comment