Quote:
Originally Posted by thebucky84
well i got it to work now. When i click on the garage tab i get this:
Not Found
The requested URL /garage.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at xxxxxxxx.com Port 80
Then when i enter in http://www.mysite.com/vgb/ (the garage.php file is in the sub folder "vgb") under admincp>Settings>options>Garage General Settings>Garage Files URL I get this:
Warning: require_once(./global.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxxhtmlpathxxxx/vbg/garage.php on line 118
Fatal error: require_once() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/php5/lib/php') in /home/xxxxhtmlpathxxxx/vbg/garage.php on line 118
any clue?
|
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