The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I'm trying to point my attachments to a folder on my site server. I have permissions on that folder set to 0777.
I've tried... /attachment /public_html/attachments and even .... www.livinginkentucky.com/attachments None of these have worked as I keep getting, "We attempted to write a test file to /public_html/attachments, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path." What am I doing wrong? |
|
#2
|
|||
|
|||
|
you need to put the full path starting from root e.g. /var/whatever/public_html/attachments
if you do not know the full path, open up forum.php and right after require_once('./global.php'); put echo DIR; exit; and run that file. (remove that after you got it) |
| Благодарность от: | ||
| K4GAP | ||
|
#3
|
||||
|
||||
|
You can also get your full path by looking at your Maintenance > View PHP Info > Document Root
|
|
#4
|
|||
|
|||
|
Quote:
but the document root only shows /var/www |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
|||
|
|||
|
nope. it is at www.something custom folder is another install
|
|
#7
|
|||
|
|||
|
Thank you Lynne, that did it.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|