admincp --> maintenance --> view php info
Scroll to the bottom of the page and check for this line and the path it states.
_SERVER["SCRIPT_FILENAME"] /home/username/public_html/forums/admincp/index.php
Your path will then need to be placed accordingly.
I generally do not place the image folder in a public space, so your path can be as such.
/home/username/attachments
That will leave it one directory above the public_html directory.
|