when going to
http://www.gamesxposed.com/chat/index.php (path of the chat mode and the link from the navbar)
i get
Quote:
Warning: chdir(): No such file or directory (errno 2) in /home/gx/public_html/chat/index.php on line 19
Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/gx/public_html/global.php on line 18
Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gx/public_html/global.php on line 18
|
i do NOt have a mydomain.com/forum the domain is the forum location..so thats not the prob..
my files around those areas look as follows
##/chat/index.php##
Quote:
// ## Changes Directory so it can accesss vBulletin ##
// Examples
// cPanel/Linux chdir("/home/username/public_html/forum/");
// Windows chdir("c:/inetpub/users/username/www/");
chdir('http://www.gamesxposed.com/');
// ## Error Reporting ##
error_reporting(E_ALL & ~E_NOTIC
|
##global.php##
Quote:
// ################################################## ###########################
// Start initialisation
require_once('./includes/init.php');
// ################################################## ###########################
|
Also i have ran the installer so don't ask that.