Quote:
Originally Posted by Bonesos
I create a 2 folder via root and 2 folder via ftp in forum director
./upload2 ./upload3 ./upload4 ./upload5
upload2/ upload3 upload4 upload5/
and with full path with /var/www/*****
and test file to change director work good but after i got No file uploaded and no local file found. The test cannot continue.
I change to test open_basedir and upload_tmp_dir to none for this test.
i try change chmod via ssh a+rwx upload* chmod 0777 upload 1777, 2777, 777 and nothing work  (
|
I think you get an error message, can you go to Apache log file and check what it says??
it is usually set up by user, but if you didn't set it up in your web server, you can find it on
var/log/apache/error.log it could be this apache2 not apache though...
find the error message first because big chance it is permission issue..