You can simply look in your phpinfo in either of these sections.
admincp --> maintenance --> view php info
Apache Enviroment Section
SCRIPT_FILENAME /home/username/public_html/forums/admincp/index.php
or
PHP Variables Section
_SERVER["DOCUMENT_ROOT"] /home/username/public_html
1. Backup Database.
2. Create a folder at /home/username/public_html/attachments, via FTP
3. Set path in Storage Type: Attachments to the above, your path will differ by name or its path.
4. Chmod attachments dir to 775 or 777, depends on your server setup.
5. Click Go
|