Hi,
Our host had to turn PHP in safe mode and now when we try to attach files it gives error messages.
In the options for upload i put this:
- Upload In Safe Mode? Yes
- Safe Mode Temp Directory : /vb/tmp
-Allow Image Size Checking Failure? Yes
I upload the tmp folder in the /vb folder where the forum is and chmod it to 777
When i try to attach files it gives this error:
What can we do or tell the host to do?
Our host had to turn PHP in safe mode and now when we try to attach files it gives error messages.
In the options for upload i put this:
- Upload In Safe Mode? Yes
- Safe Mode Temp Directory : /vb/tmp
-Allow Image Size Checking Failure? Yes
I upload the tmp folder in the /vb folder where the forum is and chmod it to 777
When i try to attach files it gives this error:
Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect. The script whose uid is 32005 is not allowed to access / owned by uid 0 in /home/xxx/public_html/vb/admin/functions.php on line 1763
Warning: filesize() [function.filesize]: SAFE MODE Restriction in effect. The script whose uid is 32005 is not allowed to access / owned by uid 0 in /home/xxx/public_html/vb/admin/functions.php on line 1767
Warning: filesize() [function.filesize]: SAFE MODE Restriction in effect. The script whose uid is 32005 is not allowed to access / owned by uid 0 in /home/xxx/public_html/vb/admin/functions.php on line 1767
Comment