attachments

townjester

New member
Joined
Oct 29, 2007
Messages
4
trying to move atachments out of DB and into file system. using vbulletin. keep getting error?

We attempted to write a test file to https://www.dssbadboyz.com:2222/domains/public_html/attachments, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path.

chmod is set to 777? any help.
this is what shows up in my browser when i an in the attachments folder on the server.

.www.dssbadboyz.com:2222/CMD_FILE_MANAGER/domains/boundingzone.com/public_html/attachments...
but same error?
 
Last edited:
Try this for the attachments directory:
Code:
chown apache:apache attachments
 
no go. same thing. i keep trying to back the directory up a level to see if it helps. but same thing? i have dont this plenty of times on other sites. so...??? dont get it.
 
i cant back up any ferther then this.

***dssbadboyz.com:2222/CMD_FILE_MANAGER/attachments***

chmod 777 still same error.
 
Back
Top