Quote:
Originally Posted by Dylanblitz
EDIT:
Oh sorry, just read it again. You also need to update the garage_directory.php file with the absolute path to your forum root.
So open the file and change
PHP Code:
//$forum_directory = 'C:/doc_root/www/domain/forums/';
to whatever the path is, something like
PHP Code:
$forum_directory = '/home/xxxxhtmlpathxxxx/forums/';
btw, might want to edit the post and remove your domain name and directory structure 
|
thanks for the heads up! lol
well I've changed the directory already. Line 24
PHP Code:
$forum_directory = '/home/account/public_html/forums/';
now there is another line underneath the direcory thats the 'C/doc_root/xxxxxx (sorry at work and obviously cant see my directory file lol) do i need to change that line as well?
I have the directory pointed where I need it to. What exactly do i need to put in the URL block under the garage settings in the admincp?