ok here what i got
Warning: chdir(): No such file or directory (errno 2) in /home/virtual/clubexl/public_html/liqid/indexindex.php on line 2
in the file i change
chdir('./forums');
to
chdir('./vb');
because my root folder for my vb is called 'vb'
so whats wrong here?
also i changed
require_once('./vBExternal.php');
to
require_once('http://clubexl.com/vb/vBExternal.php');
Could this be the culprate?
|