The Arcive of vBulletin Modifications Site. |
|
upload attachment and chmod 777 !!! Details »»
|
|||||||||||||||||||||||||
hi
i transfere the attachment from database to file system and give the folder chmod 755 the upload is doesnt work unless the chmod 777 while the forum upload attachment work fine with chmod 755 why this occur?? and how to solve it plz i hate chmod 777 thanks Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I think it depends of the owner / group for each file. I can use CHMOD 755 is the user / group is apache / apache on my installation.
|
|
#3
|
|||
|
|||
|
Quote:
in the my forum 755 is ok but in pt is not so how i can fix that plz? |
|
#4
|
||||
|
||||
|
You can use SSH, go to the directory before the directory where you want to move your attachments and execute this command:
Code:
chown apache:apache yourdirectoryname |
|
#5
|
|||
|
|||
|
Quote:
thanks it is fixed
|
![]() |
|
|