I can't get my forum page to open.

I'm getting this error:
Quote:
Warning: main(./chat/inc/common.php): failed to open stream: No such file or directory in /index.php on line 477
Fatal error: main(): Failed opening required './chat/inc/common.php' (include_path='.:/usr/local/php/lib/php') in /index.php on line 477
|
Here's what I have for my line 477:
require_once("./" . $fcfolder . "/inc/common.php");