i am currently using a program to upload images to my server. currently the program places the images into folders based on the users rights. right now when the files is uploaded you are unable to view the picture. i believe this is because file permissions. although ispconfig says all files are allowing access... i have set chmod to 777.
What's the output of Code: ls -la /path/to/image_directory ? (Replace /path/to/image_directory with your real path.)
ok.. i think this may be it. if i enter Code: chmod 777 users it will change it but if i enter Code: chmod 777 /users no such file or directory this is the result of your request Code: web2_br@server1:~/web$ ls -la /users ls: /users: No such file or directory web2_br@server1:~/web$ ls -la users total 16 drwxrwxrwx 4 web2_br web2 4096 2006-11-01 16:17 . drwxrwxrwx 7 web2_br web2 4096 2006-11-02 04:00 .. drwxrwxrwx 2 web2_br web2 4096 2006-11-03 15:43 public drwxrwxrwx 2 www-data www-data 4096 2006-11-02 00:08 resnostyle
Thaere is no image in that directory, thats why you cant see it. Please make sure that you upload your image to the correct directory.